Lightning Coder
@FunCoder7
A 13 year old Python programmer
Fun Game: https://replit.com/@FunCoder7/The-Stock-Market-Game
18
Stock Market Game Can you make over a million dollars in 100 days? Comment below. This fun and simple game is really addicting. I release updates to this game frequently, so feel free to fork it every new update. Like and Follow me, @FunCoder7!
oh and also read the markdown! Version 3.5
Version 3.5 released
Version 3.5: released on 10/8/2022
In Version 3.5, major bugs were fixed. The stock meter was added as well as much more things. Game is now much easier to play with. Comment on any other suggestions!1.1K
35
18
0
Distance Formula CalculatorWant to check over your math homework? Use this distance formula calculator. Check out my other programs too!
3
0
0
18
Stock Market Game Can you make over a million dollars in 100 days? Comment below. This fun and simple game is really addicting. I release updates to this game frequently, so feel free to fork it every new update. Like and Follow me, @FunCoder7!
oh and also read the markdown! Version 3.5
Version 3.0 released
Version 3.0 (current): released on 8/14/22 In Version 3.0 companies may crash. You may lose all your money and progress (to make it more realistic). Bugs were fixed and the code was formatted better.1.1K
35
18
18
Stock Market Game Can you make over a million dollars in 100 days? Comment below. This fun and simple game is really addicting. I release updates to this game frequently, so feel free to fork it every new update. Like and Follow me, @FunCoder7!
oh and also read the markdown! Version 3.5
Version 2.0 released!
In Version 2.0, currency was added. You can choose to play the stock market game in US Dollars, Euros, or Indian Rupee. Lottery was added too. Also, major bugs were fixed.1.1K
35
18
1
P4$$W0RD Help CenterIs your password secure? Need a new one? We got you covered. The P4$$W0RD Help Center is a place where you can get generated passwords and check if your own password is secure!
UPDATE
Bugs fixed0
TestPublishNothing. Just a test Publish
1
0
0
18
Stock Market Game Can you make over a million dollars in 100 days? Comment below. This fun and simple game is really addicting. I release updates to this game frequently, so feel free to fork it every new update. Like and Follow me, @FunCoder7!
oh and also read the markdown! Version 3.5
1.1K
35
18
FunCoder7 Version 3.5: released on 10/8/2022
In Version 3.5, major bugs were fixed. The stock meter was added as well as much more things. Game is now much easier to play with. Comment on any other suggestions!6 months ago
1
P4$$W0RD Help CenterIs your password secure? Need a new one? We got you covered. The P4$$W0RD Help Center is a place where you can get generated passwords and check if your own password is secure!
The Password Help Center
You might need a secure password, or need to check if your password is secure. Well, this is the place to do this. We give you strong and secure generated passwords, and also check this with your own password.
Note: Passwords that are generated or checked are NOT storedThis is a simple game of RPS. If you won in the hard or extreme levels of this game, reply below saying "I won in hard/extreme" and include a screensh
Python
DynamicSquid Cool! Just a tip though:
def fancy(string):
import time
for char in string:
you can use print instead of sys.stdout
print(char, end='', flush=True)
time.sleep(0.09)
You can also simplify this code into a function:
while True:
try:
playInput = int(input("How many rounds of rock, paper, scissors do you want to play?"))
except ValueError:
cprint("That is not an integer, try again.","red",attrs = ['bold'])
else:
if(playInput <= 0):
cprint("Invalid2 years ago
4
Rock, Paper, ScissorsThis is a game of Rock, Paper, Scissors on Python. In this game, you will play against a robot.
Enjoy!
Atharva
©2021 RPS Python
155
7
4