Commit Graph

167 Commits

Author SHA1 Message Date
Nicholas Dyer 8e9e96d1bb added hardware check 2023-05-12 23:17:33 -04:00
Nicholas Dyer 5d3fc6ca49 changed python version to 3.7, changed pygame to 1.9.6 2023-05-12 22:57:56 -04:00
Nicholas Dyer 3fa4e2190e changed python version back to 3.9 2023-05-12 17:34:40 -04:00
Nicholas Dyer b65f112b36 removed unused import 2023-05-12 17:34:27 -04:00
Nicholas Dyer 5b2c724882 added error screen 2023-05-12 17:34:13 -04:00
Nicholas Dyer d8775fb1a9 updated comments, made some attributes private 2023-05-12 13:49:26 -04:00
Nicholas Dyer 4045930bd9 updated data.py docstrings 2023-05-12 11:46:23 -04:00
Nicholas Dyer d322949b5a changed unneeded attributes in SpriteSheet to regular variables in the constructor 2023-05-12 11:46:08 -04:00
Nicholas Dyer b97d54f49d created new submodule to contain game elements 2023-05-12 11:44:58 -04:00
Nicholas Dyer 65365adc3d updated docstrings to follow google styling, changed checking of hardware to only happen once 2023-05-12 11:20:00 -04:00
Nicholas Dyer f56f775541 renamed data_handler.py to data.py, renamed DataHandler class to SaveData 2023-05-11 18:03:51 -04:00
Nicholas Dyer 509efa7e23 fixed launching issue caused by incorrect resource reference 2023-05-11 18:00:25 -04:00
Nicholas Dyer 327f6cadee restructured directories to make more sense of modules and sub-modules 2023-05-11 17:59:06 -04:00
Nicholas Dyer a8674f073e added documentation to input_handler.py 2023-05-11 15:31:36 -04:00
Nicholas Dyer eff7f2c893 reformatted file 2023-05-11 15:28:21 -04:00
Nicholas Dyer adfece1a32 fixed doc error 2023-05-11 15:28:11 -04:00
Nicholas Dyer 07aae2b075 deleted unused folder 2023-05-11 15:26:08 -04:00
Nicholas Dyer bba0af4946 fixed selector not going back to previous color 2023-05-11 15:25:22 -04:00
Nicholas Dyer dd621dbe7a added info screen 2023-05-11 15:24:17 -04:00
Nicholas Dyer bbf549c024 moved around structure 2023-05-11 14:08:22 -04:00
Nicholas Dyer ca9406aab8 removed old codebase from files 2023-05-11 14:06:26 -04:00
Nicholas Dyer 535aa993a5 renamed classes to io_helpers 2023-05-11 14:05:53 -04:00
Nicholas Dyer 4e14204392 added selection sprite, moved clock out of game.py and into individual screens 2023-05-11 14:03:16 -04:00
Nicholas Dyer 7b8898b77b added input_handler.py module to help with inputs 2023-05-11 14:01:02 -04:00
Nicholas Dyer da5bacf950 removed old importing code 2023-05-11 13:24:25 -04:00
Nicholas Dyer fd7e1b7492 added eggs on selection screen with animations 2023-05-11 13:23:55 -04:00
Nicholas Dyer bbe97f0de7 added module sprites.py 2023-05-11 13:10:08 -04:00
Nicholas Dyer 296b6df4a0 title screen moves on now to sprite selection 2023-05-11 13:09:55 -04:00
Nicholas Dyer 2ffd9bd929 added title screen loading at launch 2023-05-11 12:20:07 -04:00
Nicholas Dyer 6f6eaa3c6d moved resources into surfaces folder, moved icons to games_files 2023-05-11 12:19:39 -04:00
Nicholas Dyer d66d56630d added basic running from old game.py 2023-05-11 11:51:51 -04:00
Nicholas Dyer 7073bbb73c disabled dev menu launch arg 2023-05-11 11:24:42 -04:00
Nicholas Dyer f1c83ade97 renamed old game.py file to start with rebuild 2023-05-11 11:02:08 -04:00
Nicholas Dyer 787c1cc252 created __init__.py in surfaces for importing 2023-05-11 10:40:57 -04:00
Nicholas Dyer 36487cad9e Added comments 2023-05-11 10:26:01 -04:00
Nicholas Dyer 2987bfa7ed Added title.py surface 2023-05-11 09:58:44 -04:00
Nicholas Dyer 44986e62c0
fixed python version needed in README.md 2023-01-26 15:06:27 -05:00
Nicholas Dyer 6d28f0827f
changed doc references to gitea site 2023-01-26 15:05:21 -05:00
Nicholas Dyer c25b021501 upgraded pygame to 2.1.2 2023-01-26 15:02:39 -05:00
Nick Dyer 88bcd76533
Merge pull request #3 from nickedyer/playground
update dev_0.0.3
2021-06-20 01:56:12 -04:00
Nick Dyer 47cbe15369 fixed typo: contentness to contentedness 2021-06-20 00:43:08 -04:00
Nick Dyer 3bcbec660e changed version to dev_0.0.3 2021-06-19 23:35:36 -04:00
Nick Dyer 8895e9f6be fixed formatting not following PEP standards 2021-06-19 23:35:15 -04:00
Nick Dyer a203a14118 changed resolution back to 320x320 2021-06-19 23:32:01 -04:00
Nick Dyer 40983db230 aligned popup menu icons to look nicer 2021-06-19 23:31:19 -04:00
Nick Dyer 3e25d66e9a fixing documentation where "game" is replaced with "hardware" for some reason 2021-06-16 17:44:27 -04:00
Nick Dyer 307543e4f9 added submenu to the playground, added dummy class 'pet' for PlaygroundFriend 2021-06-16 03:43:51 -04:00
Nick Dyer ab2c7dcb48 added many comments, fixed bloop movement in playground 2021-06-16 03:40:02 -04:00
Nick Dyer 1434303450 fixed the egg selector pointing to the wrong file 2021-06-16 03:38:47 -04:00
Nick Dyer a457fb716c created MenuIcon and PopupMenu classes for implementation in the playground 2021-06-16 03:35:21 -04:00