making the readme a bit more readable.

This commit is contained in:
Andreas Zweili 2015-07-08 18:34:21 +02:00
parent 1bf51cafdf
commit ae77fcb86c
1 changed files with 7 additions and 6 deletions

View File

@ -28,9 +28,10 @@ tamagotchi programme which shouldn't be too hard:
* safe the stats in a text file
## 30.6.2015
Time function has to be implemented otherwise the decrease.* functions won't work.
It seems to work however the import time part has to go into the pet_functions.py file.
Maybe I should move all the imports to that file otherwise it's not clear why they are needed.
Time function has to be implemented otherwise the decrease.* functions
won't work. It seems to work however the import time part has to go into
the pet_functions.py file. Maybe I should move all the imports to that
file otherwise it's not clear why they are needed.
Moved all the imports to there relevant place
And added the time import. Things are working now like intended.