Tamagotchi cmd
A downloadable game
Download NowName your own price
Status | Released |
Author | Arky750 |
Tags | cmd, python, tamagotchi |
Download
Download NowName your own price
Click download now to get access to the following files:
Tamagotchi-cmd-v3.0.zip 3.4 kB
Comments
Log in with itch.io to leave a comment.
Is it posible to play the game in current state ?
yes, the function tamagotchi.save("tamagotchi.txt") saves the last state and tamagotchi.load("tamagotchi.txt") loads it when you run again, also you can edit some files to fit
Ok so how do I open the game?
require python, open a terminal or cmd find the folder and run command write "python main.py" or "python3 main. py"
Ok I've got this
>>> python main.py
File "<stdin>", line 1
python main.py
^^^^
SyntaxError: invalid syntax
python3 main. py is the same
Seem as you try run direct on interpreter, check this video :
Or open with idle and press F5, but maybe you need to install some libraries, the best option is that you use repl.it or some similar online service