Commit Graph

167 Commits

Author SHA1 Message Date
Nick Dyer 5f326c8fda added dev_egg baby images 2021-06-16 03:23:14 -04:00
Nick Dyer d16604c019 changed evolution_stage to a string rather than an int 2021-06-16 03:19:48 -04:00
Nick Dyer c43563fc2c added frame image for popup menu 2021-06-16 01:51:06 -04:00
Nick Dyer 1a4560fea7 added json files for gui images 2021-06-16 01:50:52 -04:00
Nick Dyer 66f85947b4 fixed typo in dumbbell image file 2021-06-16 01:12:47 -04:00
Nick Dyer 95c8a48a6d created popup menu icons 2021-06-16 00:31:15 -04:00
Nick Dyer 10cc677286 renamed clock_selector.png to egg_selector.png, moved it to gui folder 2021-06-15 23:52:11 -04:00
Nick Dyer 522db7c01c changed rainbow bloop stats 2021-06-15 18:56:09 -04:00
Nick Dyer 4eef9353c7 removed button press speed limit when not on rpi 2021-06-15 18:55:24 -04:00
Nick Dyer e0cf80dec9 changed some stats for dev_egg and blue 2021-06-13 14:54:13 -04:00
Nick Dyer 2115825baa added graphics textures 2021-06-13 14:53:55 -04:00
Nick Dyer adb984600f updated rainbow bloop egg texture 2021-06-13 14:53:12 -04:00
Nick Dyer 4e77601afe added EggInfo class, added drawing contentness and metabolism stats on info screen 2021-06-13 14:52:04 -04:00
Nick Dyer f084f0a4e6 changed values in egg personality jsons from 10 to 5 2021-06-12 23:11:54 -04:00
Nick Dyer adaa2872bb changed SaveHandler and references to DataHandler, added update method to run game logic 2021-06-12 23:10:59 -04:00
Nick Dyer 15cf0fa9fd cleaned up some straggling unused code 2021-06-12 22:18:49 -04:00
Nick Dyer a94b454048 changed sprite image loading to use sprite sheets 2021-06-12 22:17:53 -04:00
Nick Dyer a31e2452c7 added SpriteSheet class 2021-06-12 22:16:54 -04:00
Nick Dyer 29ea40d874 transitioned to sprite sheets for egg sprites 2021-06-12 22:08:40 -04:00
Nick Dyer b339454f40 added launch arg "--delete-save" to delete save file on launch 2021-06-12 22:06:48 -04:00
Nick Dyer ef6ce5118c fixed mistake in stage calulation, age now ticks with time 2021-06-05 22:10:47 -04:00
Nick Dyer b533cde549 added dev_egg.json 2021-06-05 19:13:14 -04:00
Nick Dyer 75aa07a370 fixed egg moving and other forms of bloop not 2021-06-05 19:12:55 -04:00
Nick Dyer 963f760160 implemented very basic playground gamestate 2021-06-05 19:12:22 -04:00
Nick Dyer 658e808f96 added beginning of PlaygroundFriend class 2021-06-05 19:12:02 -04:00
Nick Dyer 92c905e82b added additional information to the save file, renamed references of eggs to bloops 2021-06-05 18:32:51 -04:00
Nick Dyer c5d07c8b1e changed lots of values to be based around the render resolution, changed animation to be a constant 2 FPS 2021-06-05 18:27:53 -04:00
Nick Dyer 6c52458f41 revised file structure to be more organized 2021-06-05 18:05:27 -04:00
Nick Dyer 99cfcf4b48 added contentness and metabolism value to eggs 2021-06-05 16:36:30 -04:00
Nick Dyer 713e5a0469
Merge pull request #2 from nickedyer/enhanced-selection
update dev_0.0.2
2021-06-05 00:16:12 -04:00
Nick Dyer ff57cf918f changed version number to 0.0.2, removed unused version tag in __main__.py 2021-06-05 00:08:56 -04:00
Nick Dyer 0c8f54a5eb removed all eggs but red, blue, and rainbow 2021-06-05 00:05:58 -04:00
Nick Dyer 08014d8244 made info text show description of egg from its json file 2021-06-05 00:04:28 -04:00
Nick Dyer 639d552904 implemented new selection screen 2021-06-05 00:00:52 -04:00
Nick Dyer 9e4dfdc16d added arrows to scrolling, added arrow images 2021-06-04 23:59:10 -04:00
Nick Dyer a4aa20e306 added scrolling to the InfoText class 2021-06-04 23:26:56 -04:00
Nick Dyer a401c58d22 added the InfoText class to help with drawing large amounts of text on screen at a time. 2021-06-04 23:21:54 -04:00
Nick Dyer 92781747bc removed a statement that reset the selected egg to 0 once backing out of the info screen 2021-06-04 16:56:33 -04:00
Nick Dyer ba4df78d35 egg now drawn on the description screen 2021-06-04 00:33:02 -04:00
Nick Dyer 4e0efbabd9 added description for the SelectionEgg, added .json files for each currently added egg 2021-06-04 00:15:01 -04:00
Nick Dyer 6d199b2e36 renamed FileHandler to SaveHandler 2021-06-04 00:05:57 -04:00
Nick Dyer e2d202d076 removed all eggs but red, blue, and rainbow 2021-06-03 23:57:17 -04:00
Nick Dyer d5b3e84c76 removed pyinstaller from requirements.txt 2021-05-30 00:39:03 -04:00
Nick Dyer 7743dc4319 fixed script directory sometime returning empty 2021-05-30 00:34:07 -04:00
Nick Dyer 05f7610057 updated README.md to include compiling instructions. 2021-05-30 00:26:29 -04:00
Nick Dyer 5e83ddb893 changed naming of binary in compile.py 2021-05-30 00:21:39 -04:00
Nick Dyer 54814097d1 added game icon to window 2021-05-30 00:16:57 -04:00
Nick Dyer c013778d7e Merge remote-tracking branch 'origin/master' 2021-05-30 00:16:09 -04:00
Nick Dyer c3056ab58d added compiling script, added pyinstaller to requirements.txt 2021-05-30 00:15:59 -04:00
Nick Dyer a6c20100bd
updated README.md 2021-05-29 23:22:01 -04:00