Skip to content
Sign UpLog In
Profile icon

Mingyu Chen

@MingYuChen1
If bio stands for biography, then isn't it supposed to be an AUTObio because you wrote it yourself?
California
  • Battle Royale

    Cover page
    Made with C++

    Turn-based battle royale game

    Recent comments (7)
    dfhjsbd
    dfhjsbd
    3 months ago

    noce

    bredcat999
    bredcat999
    5 months ago

    i enjoyed playing this

    bredcat999
    bredcat999
    5 months ago

    nice

    fridays18
    fridays18
    6 months ago

    very cool

    MingYuChen1
    MingYuChen1
    7 months ago

    Bots that do not have weapons will now run away from people or bots who do have weapons.

    VulcanWM
    VulcanWM
    8 months ago

    Woah this is a really cool game!

  • Wordle Solver

    Cover page
    Made with C++

    1.5K Runs!

    Recent comments (9)
    hell159bot
    hell159bot
    2 months ago

    ideestrptu-ye(

    botjt
    botjt
    5 months ago

    dance crashes the game

    AlanBai
    AlanBai
    8 months ago

    very cool

    AlizeAlto
    AlizeAlto
    9 months ago

    poggers

    LiveDragonFire3
    LiveDragonFire3
    1 year ago

    Is there any specific websites that works better with it? Cause I used Wordle Unlimited and I get some words that aren’t in the code

    EthanChen46
    EthanChen46
    1 year ago

    Very nice solver! I used it to get 8/8 words correct on wordle archives.

    MingYuChen1
    MingYuChen1
    1 year ago

    This program doesn't simply find the answer for the wordle of the day; it will help you find the answer when given some information.

Repls
Community
MingYuChen1
MingYuChen1
published a Repl
3 months ago
2
Calculator
CalculatorThis is seemingly just another boring calculator... until you realize that it correctly evaluated (2^8)! Features: Up to 1000 digits before the decimal point Up to 100 digits after the decimal point Basic arithmetic operators Parenthesis Exponentiation/Square root Factorial Pi/e (warning: not edible)
imcute-aaaa
imcute-aaaa
Geez. You guys should learn to not reinvent the wheel. Go python! (python does not have inbuilt high precision decimals,but you could do the same on rationals,i have a library on complex rationals,also supports + - * / exp log,and you will have to use infinite series/products to estimate pi and factorials because i think that they are not elementary operators,also log goes a bit slow on high precision,only natural numbers available in quick exponentiation(has to use exp and log for bad behaving exponents)) Making a BigRational class is not reinventing wheels(you cant find it in standard library) but using such a low level language so that there are no inbuilt BigInts is. (my library if you want the code,https://replit.com/@imcute-aaaa/Numbers#main.py)3 months ago
MingYuChen1
MingYuChen1
published an Update
7 months ago
18
Battle Royale
Battle RoyaleTurn-based battle royale game
Runnnn
Bots that do not have weapons will now run away from people or bots who do have weapons.
#games
#cpp
#battleroyale
MingYuChen1
MingYuChen1
published a Repl
8 months ago
18
Battle Royale
Battle RoyaleTurn-based battle royale game
bredcat999
bredcat999
nice5 months ago
bredcat999
bredcat999
i enjoyed playing this5 months ago
MingYuChen1
MingYuChen1
published an Update
1 year ago
0
Wordle
Play wordle! Sadly, you can only guess words that are in the possible answers list.
MingYuChen1
MingYuChen1
published an Update
1 year ago
18
Wordle Solver
Wordle Solver1.5K Runs!
Wordle Solver
This program doesn't simply find the answer for the wordle of the day; it will help you find the answer when given some information.
MingYuChen1
MingYuChen1
published an Update
1 year ago
0
Battleship
This is a text-based battleship game. Destroy the opponent's fleet before yours gets destroyed!
MingYuChen1
MingYuChen1
published an Update
1 year ago
0
Caesar Cipher
Encode or decode anything with Caesar cipher.
MingYuChen1
MingYuChen1
shared a Post
3 years ago
Generate all of your excuses for not bringing your homework! Find the funny edition here: https://repl.it/@MingYuChen1/Homework-Excuse-Generator-Funny
Homework Excuse Generator
Python
khdijaanees
khdijaanees
If you have any idea what are homework generators then we can hope that https://legitimateessaywriting.com/writemyessays-info-review/ this site will guide you in the best way possible. From here you can also learn how it is and the way one can make the most out of it. We can share our views with those who are willing to learn new things so if you are one then try this for us.1 year ago
MingYuChen1
MingYuChen1
shared a Post
3 years ago
Have some fun with python! Don't forget to tab after multi-line functions! Press enter twice after multi-line functions to run them.