This program is a game ! Yeah it's the very first big project I've done !
Go to file
SergentThomasKelly 68a88548c0 minor optimizations
Code is now a little simpler and new menus are easier to implement. Before you had to create a new function and all adjustments just to change the state. Now you use the same function which does it all for you. You use self.changeMenu("theNextState") and it switches the state for you and does all the stuff you had to code before.
2018-04-23 18:58:22 +02:00
font re organized this repo 2018-04-23 06:58:02 +02:00
map re organized this repo 2018-04-23 06:58:02 +02:00
music re organized this repo 2018-04-23 06:58:02 +02:00
sprites re organized this repo 2018-04-23 06:58:02 +02:00
.gitignore Initial commit 2018-04-10 20:05:19 +02:00
core.py minor optimizations 2018-04-23 18:58:22 +02:00
LICENSE Initial commit 2018-04-10 20:05:19 +02:00
savesystem.py re organized this repo 2018-04-23 06:58:02 +02:00
settings.py re organized this repo 2018-04-23 06:58:02 +02:00