Skip to content
Sign UpLog In
Profile icon

Christopher Li

@ChristopherLi5
Repls
Community
ChristopherLi5
ChristopherLi5
shared a Post
3 years ago
Python Stuff: Accounts
Hi guys! Most of the games you play have an account function, which allows you to make an account and save data into the account. I have been thinkin
Aqtion
Aqtion
These might help https://stackoverflow.com/questions/5525630/how-do-you-make-it-possible-to-make-accounts-python https://www.youtube.com/watch?v=HrSQdiub5zM @ChristopherLi53 years ago
ChristopherLi5
ChristopherLi5
shared a Post
3 years ago
I have an if statement in a while loop. Example while (true){ System.out.println("Hello"); if (true){ System.out.println("World");
math_genius
math_genius
You can do that in only 2 lines while (true){ System.out.println("Hello\nWorld\n!"); }3 years ago
ChristopherLi5
ChristopherLi5
shared a Post
4 years ago
I am making a game in Python. It is called "Don't Starve". It is based off of the game "Don't Starve", but in the form of text adventure. This game wa
ChristopherLi5
ChristopherLi5
shared a Post
4 years ago
I know a lot of you guys like creating games, and so do I! But I sometimes think that a text-based adventure game or something like that is a bit too
E-Sheep
E-Sheep
Try the language Python with turtle and here's a website with all the functions (although some don't work in repl): https://docs.python.org/3.3/library/turtle.html?highlight=turtle3 years ago
vedprad1
vedprad1
For Turtle, you have to use a turtle repl, not a python repl: https://repl.it/languages/python-turtle If this answers your question, please check the checkmark on the left side of this message. Thanks and Good Luck!4 years ago
PaoloAmoroso
PaoloAmoroso
Try Python Play.4 years ago
ChristopherLi5
ChristopherLi5
shared a Post
4 years ago
Fishing Frenzy BETA is back! Tried FISHING FRENZY BETA BETA? Well, this is just way better. You can now change the rods that you cast with. Different
ChristopherLi5
ChristopherLi5
Sry, it was actually supposed to say "Different​ rods mean different​ chances"4 years ago
ChristopherLi5
ChristopherLi5
shared a Post
4 years ago
Fish for fish in this rigged game. Simple and extraordinary hard. Tell me if you reach 100 points.
ChristopherLi5
ChristopherLi5
I will be posting "Fishing Frenzy BETA (old)" in a few days. Be on the look for that!!!4 years ago
ebest
ebest
Make it print the final score!4 years ago
katavie
katavie
"Simple and extraordinary hard" is right! It'd be cool if we could see our score after running fish instead of having to run stats. But maybe not knowing is part of the fun ¯\(ツ)/¯4 years ago