Skip to content
Sign UpLog In
Profile icon

Andy Chen

@Andi_Chin
programming es life
  • Ways to calculate Pi

    Cover page
    Made with C++
    Recent comments (0)
  • simulation

    Cover page
    Made with HTML, CSS, JS
    Recent comments (0)
  • Brainf*uck interpreter

    Cover page
    Made with Python

    Rly cool language, has the same computation power as python

    Recent comments (0)
Repls
Community
Andi_Chin
Andi_Chin
shared a Post
3 years ago
Disease Spread Simulation
A project I made with my friends to spread awareness about measures people can take. you will be able to see, live, how individual actions affect one
simulation
HTML, CSS, JS
AtriDey
AtriDey
This is far too accurate. This actually goes well with my community's numbers. And it's getting worse, and people are going to garage sales with no masks or distancing, and multiple people sneezing. Not that it makes a difference, with about two large parties per day in my neighborhood.3 years ago
alextotoro1
alextotoro1
I feel like one of those circles that are running really fast and crashing into other people and walls. Also, the sick people on my simulation are off the charts. No literally, off the charts. #clumsy3 years ago
Andi_Chin
Andi_Chin
shared a Post
3 years ago
Oops! Someone spilled the ink bottles Objective: try and fill the entire map with one color (you'll figure it out by clicking around) You start from t
Inkspill
HTML, CSS, JS
Andi_Chin
Andi_Chin
shared a Post
3 years ago
you start on the top left corner, and you have to try and spread throughout the whole screen by changing your color (represented by a number). All adj
InkSpill
C++
Bookie0
Bookie0
Nice I like it! 3 years ago
Navinor
Navinor
i like the concept but its a bit confusing to look at. Maybe try putting actual colors?3 years ago
AmIGoodAtChess
AmIGoodAtChess
also i know how you feel about gui3 years ago
Andi_Chin
Andi_Chin
shared a Post
3 years ago
WallBound ASCII edition Directions: In this game, you will try and reach the target by moving around. According to newton's first law: an object will
WallBound
C++
eco27
eco27
potato3 years ago
Andi_Chin
Andi_Chin
shared a Post
3 years ago
It's pi day and it's time to learn math...calculating pi with binary search, Monte Carlo simulation, calculus and more. All with explanations and deri
Ways to calculate Pi
C++
noodles37
noodles37
finally a cool c++ project3 years ago
Highwayman
Highwayman
This is super cool! > c++ can’t handle any precision beyond 7 What about long doubles? They get a full 64 bits of precision on repl.it...3 years ago
Andi_Chin
Andi_Chin
shared a Post
3 years ago
I wanted to improve my programming typing speed and couldn't find a good website to practice on. Since all the typing tests are in plain English. And
coding typing test
C++
bobtucker4
bobtucker4
This is cool! I just tried https://codingspeedtest.com/ which is similar but supports other programming languages2 years ago
RayvelArjoon
RayvelArjoon
@Andi_Chin Who taught you C++ I've always wanted to learn it3 years ago
Highwayman
Highwayman
Thoughts: how do I exit, I have a total ** typing speed Feelings: a sense of great excitement and anticipation, disappointment in self, incompetence3 years ago
Andi_Chin
Andi_Chin
shared a Post
3 years ago
Ever wondered how package managers like poetry, pip, apt-get, npm, etc installs packages without conflicting dependencies? Well here I've programmed a
package manager manager
C++
Andi_Chin
Andi_Chin
shared a Post
3 years ago
So I made this BrainF Interpreter in python.... it is similar to the one already on repl.it, but in python... feel free to give any suggestions
Brainf*uck interpreter
Python