Commit Graph

12 Commits

Author SHA1 Message Date
SergentThomasKelly
3605541d79
Update README.md
added the main lines from the story. Because you need a story. Always. WHY ?
2018-04-27 08:46:21 +02:00
SergentThomasKelly
0094cbb6c8
Create README.md
because you need the readme to read the readme
2018-04-27 08:32:59 +02:00
SergentThomasKelly
abf9f7c51c
minor bug fix
there were a problem when you were in the pause menu. when you wanted to quit the game you had to press on w instead of q so i corrected it so now it works as it should. It will be updated during the next release.
2018-04-27 08:31:48 +02:00
SergentThomasKelly
417323cb40 mini improvements
added a way to toggle fullscreen in game (press F11) and corrected the stopped animation on left side move. Because having a leg in the air for a long time isn't normal. Even in a game.
2018-04-26 21:01:01 +02:00
SergentThomasKelly
05eedc9351 escape pause bug fixed
Visibly this bug is always here. I corrected it definitely. Until the nex time.
2018-04-26 19:32:01 +02:00
SergentThomasKelly
d7134f8bc0 bug fix
A little bug were hidden under the hood !
I found that with re organization I forgot to change this line to the new systel so if you tried to quit the game by clicking the red cross, it would make the whole game crash.
2018-04-25 17:50:36 +02:00
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
SergentThomasKelly
4efd981e0d re organized this repo
Because binaries should be in relases. Not in source code.
2018-04-23 06:58:02 +02:00
SergentThomasKelly
79c5263f29 updated Compiled version and installer
I added support for Male character, as previously in source code and applied the player coordinates variable as in source code, then I compiled it and updated compiled version and installer. Enjoy.
2018-04-22 20:58:51 +02:00
SergentThomasKelly
ade89a45ee added Male support and reorganizing playerCoordinates
[IN SOURCE CODE ONLY]
because now male can play.
and because being organized is better. Even in code.
2018-04-22 20:43:27 +02:00
SergentThomasKelly
c906edb121 PRE BETA RELEASE
[+] - Everything for the version 0.0.1.0
2018-04-10 20:38:18 +02:00
SergentThomasKelly
e2a8ff56b2
Initial commit 2018-04-10 20:05:19 +02:00