Let’s go further. I just added a highscore which will be stored in a file. #Copyright 2016 Raphael Pour #License: GPL #Spread the luv import random import json import os if __name__ == ‘__main__’: filename = “.gain” gain = {} if os.path.exists(filename): gain = json.load(open(filename,’r’)) print “///////////////////////////” print “/// ///” print “/// N O P […]
Tag Archives: Studentlife
No pain, no gain
Posted by Pour Raphael Date: 2016-01-26
You know this situation when sitting in front of your desk and study for some exams like “The science of Letters” aka “The Chronicles of finding x”… Next to some Nervennahrung[1] like nuts and sugar-based stuff, it’s hard to really concentrate in long term. I need some random sport activities which help me to focus. […]
- Comments are off for this post