Commit Graph

  • a203a14118 changed resolution back to 320x320 Nick Dyer 2021-06-19 23:32:01 -0400
  • 40983db230 aligned popup menu icons to look nicer Nick Dyer 2021-06-19 23:31:19 -0400
  • 3e25d66e9a fixing documentation where "game" is replaced with "hardware" for some reason Nick Dyer 2021-06-16 17:44:27 -0400
  • 307543e4f9 added submenu to the playground, added dummy class 'pet' for PlaygroundFriend Nick Dyer 2021-06-16 03:43:51 -0400
  • ab2c7dcb48 added many comments, fixed bloop movement in playground Nick Dyer 2021-06-16 03:40:02 -0400
  • 1434303450 fixed the egg selector pointing to the wrong file Nick Dyer 2021-06-16 03:38:47 -0400
  • a457fb716c created MenuIcon and PopupMenu classes for implementation in the playground Nick Dyer 2021-06-16 03:35:21 -0400
  • 5f326c8fda added dev_egg baby images Nick Dyer 2021-06-16 03:23:14 -0400
  • d16604c019 changed evolution_stage to a string rather than an int Nick Dyer 2021-06-16 03:19:48 -0400
  • c43563fc2c added frame image for popup menu Nick Dyer 2021-06-16 01:51:06 -0400
  • 1a4560fea7 added json files for gui images Nick Dyer 2021-06-16 01:50:52 -0400
  • 66f85947b4 fixed typo in dumbbell image file Nick Dyer 2021-06-16 01:12:47 -0400
  • 95c8a48a6d created popup menu icons Nick Dyer 2021-06-16 00:31:15 -0400
  • 10cc677286 renamed clock_selector.png to egg_selector.png, moved it to gui folder Nick Dyer 2021-06-15 23:52:11 -0400
  • 522db7c01c changed rainbow bloop stats Nick Dyer 2021-06-15 18:56:09 -0400
  • 4eef9353c7 removed button press speed limit when not on rpi Nick Dyer 2021-06-15 18:55:24 -0400
  • e0cf80dec9 changed some stats for dev_egg and blue Nick Dyer 2021-06-13 14:54:13 -0400
  • 2115825baa added graphics textures Nick Dyer 2021-06-13 14:53:55 -0400
  • adb984600f updated rainbow bloop egg texture Nick Dyer 2021-06-13 14:53:12 -0400
  • 4e77601afe added EggInfo class, added drawing contentness and metabolism stats on info screen Nick Dyer 2021-06-13 14:51:18 -0400
  • f084f0a4e6 changed values in egg personality jsons from 10 to 5 Nick Dyer 2021-06-12 23:11:54 -0400
  • adaa2872bb changed SaveHandler and references to DataHandler, added update method to run game logic Nick Dyer 2021-06-12 23:10:59 -0400
  • 15cf0fa9fd cleaned up some straggling unused code Nick Dyer 2021-06-12 22:18:49 -0400
  • a94b454048 changed sprite image loading to use sprite sheets Nick Dyer 2021-06-12 22:17:53 -0400
  • a31e2452c7 added SpriteSheet class Nick Dyer 2021-06-12 22:16:54 -0400
  • 29ea40d874 transitioned to sprite sheets for egg sprites Nick Dyer 2021-06-12 22:08:40 -0400
  • b339454f40 added launch arg "--delete-save" to delete save file on launch Nick Dyer 2021-06-12 22:06:48 -0400
  • ef6ce5118c fixed mistake in stage calulation, age now ticks with time Nick Dyer 2021-06-05 22:10:47 -0400
  • b533cde549 added dev_egg.json Nick Dyer 2021-06-05 19:13:14 -0400
  • 75aa07a370 fixed egg moving and other forms of bloop not Nick Dyer 2021-06-05 19:12:55 -0400
  • 963f760160 implemented very basic playground gamestate Nick Dyer 2021-06-05 19:12:22 -0400
  • 658e808f96 added beginning of PlaygroundFriend class Nick Dyer 2021-06-05 19:12:02 -0400
  • 92c905e82b added additional information to the save file, renamed references of eggs to bloops Nick Dyer 2021-06-05 18:32:51 -0400
  • c5d07c8b1e changed lots of values to be based around the render resolution, changed animation to be a constant 2 FPS Nick Dyer 2021-06-05 18:27:53 -0400
  • 6c52458f41 revised file structure to be more organized Nick Dyer 2021-06-05 18:05:27 -0400
  • 99cfcf4b48 added contentness and metabolism value to eggs Nick Dyer 2021-06-05 16:36:30 -0400
  • 713e5a0469
    Merge pull request #2 from nickedyer/enhanced-selection Nick Dyer 2021-06-05 00:16:12 -0400
  • ff57cf918f changed version number to 0.0.2, removed unused version tag in __main__.py Nick Dyer 2021-06-05 00:08:56 -0400
  • 0c8f54a5eb removed all eggs but red, blue, and rainbow Nick Dyer 2021-06-05 00:05:58 -0400
  • 08014d8244 made info text show description of egg from its json file Nick Dyer 2021-06-05 00:04:28 -0400
  • 639d552904 implemented new selection screen Nick Dyer 2021-06-05 00:00:52 -0400
  • 9e4dfdc16d added arrows to scrolling, added arrow images Nick Dyer 2021-06-04 23:59:10 -0400
  • a4aa20e306 added scrolling to the InfoText class Nick Dyer 2021-06-04 23:26:56 -0400
  • a401c58d22 added the InfoText class to help with drawing large amounts of text on screen at a time. Nick Dyer 2021-06-04 23:21:54 -0400
  • 92781747bc removed a statement that reset the selected egg to 0 once backing out of the info screen Nick Dyer 2021-06-04 16:56:33 -0400
  • ba4df78d35 egg now drawn on the description screen Nick Dyer 2021-06-04 00:33:02 -0400
  • 4e0efbabd9 added description for the SelectionEgg, added .json files for each currently added egg Nick Dyer 2021-06-04 00:15:01 -0400
  • 6d199b2e36 renamed FileHandler to SaveHandler Nick Dyer 2021-06-04 00:05:57 -0400
  • e2d202d076 removed all eggs but red, blue, and rainbow Nick Dyer 2021-06-03 23:57:17 -0400
  • d5b3e84c76 removed pyinstaller from requirements.txt Nick Dyer 2021-05-30 00:39:03 -0400
  • 7743dc4319 fixed script directory sometime returning empty Nick Dyer 2021-05-30 00:34:07 -0400
  • 05f7610057 updated README.md to include compiling instructions. Nick Dyer 2021-05-30 00:26:29 -0400
  • 5e83ddb893 changed naming of binary in compile.py Nick Dyer 2021-05-30 00:21:39 -0400
  • 54814097d1 added game icon to window Nick Dyer 2021-05-30 00:16:57 -0400
  • c013778d7e Merge remote-tracking branch 'origin/master' Nick Dyer 2021-05-30 00:16:09 -0400
  • c3056ab58d added compiling script, added pyinstaller to requirements.txt Nick Dyer 2021-05-30 00:15:59 -0400
  • a6c20100bd
    updated README.md Nick Dyer 2021-05-29 23:22:01 -0400
  • 5e6819bd3c
    updated README.md Nick Dyer 2021-05-29 22:44:07 -0400
  • 50b1cd3853
    Merge pull request #1 from nickedyer/pip-setup Nick Dyer 2021-05-29 22:43:20 -0400
  • 00d435f8d0 title of window now displays version Nick Dyer 2021-05-29 22:40:41 -0400
  • 067b24b87c updated README.md, changed version to "dev_0.0.1" Nick Dyer 2021-05-29 22:38:34 -0400
  • 0b30950ff8 save file now stored in home directory Nick Dyer 2021-05-29 22:30:12 -0400
  • a29ed2094f added setup.py and MANIFEST.in Nick Dyer 2021-05-29 22:18:11 -0400
  • 0d344a7995 moved resources folder inside of game folder Nick Dyer 2021-05-29 22:17:57 -0400
  • 721cb1c3ab moved version tag to pocket_friends __init__.py Nick Dyer 2021-05-29 22:17:22 -0400
  • af7a4f0a80 changed some imports, blanked out all __init__.py files Nick Dyer 2021-05-29 21:42:33 -0400
  • 4e7e37177b changed project file structure to better fit python standards Nick Dyer 2021-05-29 20:08:15 -0400
  • 329c4a022c renamed data directory to pocket_friends to avoid conflict Nick Dyer 2021-05-29 18:46:24 -0400
  • 41283bd221
    updated README.md Nick Dyer 2021-05-29 18:37:34 -0400
  • 266245e0a8
    created README.md Nick Dyer 2021-05-29 18:28:33 -0400
  • 1110811528
    uploaded full length pocket friends logo for GitHub page Nick Dyer 2021-05-29 17:37:20 -0400
  • b88c8b7752 migrating project to GitHub, version 0.0.1 nickedyer 2021-05-29 17:18:37 -0400
  • b9aa118d7a
    updated LICENSE to GNU General Public License v3.0 Nick Dyer 2021-05-29 15:47:26 -0400
  • ba3a7f3576
    Initial commit Nick Dyer 2021-05-29 15:40:54 -0400