-
3fde1996ca
added quit to dev menu
master
Nicholas Dyer
2023-05-15 01:20:37 -0400
-
eef3a8756d
black screen now returns to the dev menu instead of the title
Nicholas Dyer
2023-05-15 01:14:59 -0400
-
8675caaca6
updated docstrings and comments
Nicholas Dyer
2023-05-15 01:04:45 -0400
-
9fd2bc03df
fixed incorrect game_res type in documentation
Nicholas Dyer
2023-05-15 01:04:33 -0400
-
680a2cab75
fixed incorrectly tagged type
Nicholas Dyer
2023-05-15 00:31:05 -0400
-
9669e6185d
fixed dev menu not having proper background
Nicholas Dyer
2023-05-15 00:28:20 -0400
-
8c49c62f66
marked error_screen as a protected module, added --dev launch option
Nicholas Dyer
2023-05-15 00:27:14 -0400
-
30e25999c4
marked attributes of a few classes as protected
Nicholas Dyer
2023-05-15 00:26:44 -0400
-
f765bb3dcb
updated comments and docstrings
Nicholas Dyer
2023-05-15 00:24:57 -0400
-
86e8c51494
added black screen to dev menu
Nicholas Dyer
2023-05-14 23:04:26 -0400
-
f3751def40
Merge remote-tracking branch 'origin/new_dev_menu'
Nicholas Dyer
2023-05-14 22:38:08 -0400
-
-
4ba12d5078
added app restart to dev screen
Nicholas Dyer
2023-05-14 19:48:29 -0400
-
e5c17b60e7
fixed it for the last goddamn time
Nicholas Dyer
2023-05-14 19:46:59 -0400
-
d7a01340b7
fixed update commands
Nicholas Dyer
2023-05-14 19:45:34 -0400
-
ad97725634
added bin to commands
Nicholas Dyer
2023-05-14 19:44:08 -0400
-
2def4f846a
added update command
Nicholas Dyer
2023-05-14 19:41:44 -0400
-
d4ff6d0786
fixed shutdown dev command
Nicholas Dyer
2023-05-14 19:32:12 -0400
-
7c49424350
made dev commands actually do something
Nicholas Dyer
2023-05-14 19:26:38 -0400
-
1c467371a8
integrated dev menu into game with secret code
Nicholas Dyer
2023-05-14 19:26:09 -0400
-
8a34ed7c01
created dev menu selector and test functions
Nicholas Dyer
2023-05-14 19:06:50 -0400
-
b6432e233a
changed dev menu to white
Nicholas Dyer
2023-05-14 17:55:37 -0400
-
4249a7c3f1
added preliminary dev menu
Nicholas Dyer
2023-05-14 17:47:56 -0400
-
bcf933992e
fixed promo image not showing after restructure
Nicholas Dyer
2023-05-14 17:28:10 -0400
-
187baf6f3e
removed old dev menu files
Nicholas Dyer
2023-05-12 23:45:35 -0400
-
-
e974687da3
removed unnecessary print statement
Nicholas Dyer
2023-05-14 17:21:41 -0400
-
bd2931ebe8
update to dev_0.1.0
Nicholas Dyer
2023-05-14 17:20:28 -0400
-
60757a23ff
Merge remote-tracking branch 'origin/surface-rebuild'
Nicholas Dyer
2023-05-14 17:18:47 -0400
-
-
6a0201da85
removed redundant starting function
Nicholas Dyer
2023-05-14 17:10:34 -0400
-
06755ee937
rearragned project, removed unneeded game_files folder
Nicholas Dyer
2023-05-13 13:11:47 -0400
-
83a7e98a7f
created surface.py and GameSurface class
Nicholas Dyer
2023-05-13 13:07:33 -0400
-
41ab0406f8
removed unused import
Nicholas Dyer
2023-05-13 11:47:48 -0400
-
4904ed2184
fixed documentation
Nicholas Dyer
2023-05-13 11:47:36 -0400
-
63a87c12dd
removed some old print statements
Nicholas Dyer
2023-05-13 10:50:25 -0400
-
2b2c2d946a
added a bool to disable tick checking if needed
Nicholas Dyer
2023-05-13 10:48:59 -0400
-
0f69120213
removed gpio modules (rest in peace)
Nicholas Dyer
2023-05-13 10:46:34 -0400
-
35ac1cff51
removed windowed flag, added resolution flag
Nicholas Dyer
2023-05-13 10:30:27 -0400
-
38a5812839
re-enabled the game lol
Nicholas Dyer
2023-05-13 10:17:30 -0400
-
f6e9869282
fixed rpi display not rendering anything
Nicholas Dyer
2023-05-13 10:16:43 -0400
-
afd228d81a
copied code from old codebase to see if anything happens
Nicholas Dyer
2023-05-13 09:56:55 -0400
-
6debf73267
made screen size constant
Nicholas Dyer
2023-05-13 09:49:51 -0400
-
1fef87e1c3
disabled loading other surfaces as a test
Nicholas Dyer
2023-05-13 00:04:34 -0400
-
e9df84897a
removed print statements
Nicholas Dyer
2023-05-12 23:57:23 -0400
-
07be003a54
reordered stuff in a desperate attempt
Nicholas Dyer
2023-05-12 23:55:06 -0400
-
c547f76b35
attempt at fixing hardware
Nicholas Dyer
2023-05-12 23:49:36 -0400
-
aa7bcccada
changed default resolution to 240x240
Nicholas Dyer
2023-05-12 23:45:35 -0400
-
e6cb2bd4c8
added --windowed parameter, fixed missing surface assignment
Nicholas Dyer
2023-05-12 23:42:21 -0400
-
d932538b41
changed resolution to 240x240 fullscreen by default
Nicholas Dyer
2023-05-12 23:36:21 -0400
-
526b51b754
disabled gpio_handler.py to always return false to ON_HARDWARE
Nicholas Dyer
2023-05-12 23:34:15 -0400
-
b8776a6f7f
fixed GPIO handler error
Nicholas Dyer
2023-05-12 23:28:00 -0400
-
9b752bde21
fixed game not rendering on hardware
Nicholas Dyer
2023-05-12 23:21:33 -0400
-
8e9e96d1bb
added hardware check
Nicholas Dyer
2023-05-12 23:17:33 -0400
-
5d3fc6ca49
changed python version to 3.7, changed pygame to 1.9.6
Nicholas Dyer
2023-05-12 22:57:56 -0400
-
3fa4e2190e
changed python version back to 3.9
Nicholas Dyer
2023-05-12 17:34:40 -0400
-
b65f112b36
removed unused import
Nicholas Dyer
2023-05-12 17:34:27 -0400
-
5b2c724882
added error screen
Nicholas Dyer
2023-05-12 17:34:13 -0400
-
d8775fb1a9
updated comments, made some attributes private
Nicholas Dyer
2023-05-12 13:49:26 -0400
-
4045930bd9
updated data.py docstrings
Nicholas Dyer
2023-05-12 11:46:23 -0400
-
d322949b5a
changed unneeded attributes in SpriteSheet to regular variables in the constructor
Nicholas Dyer
2023-05-12 11:46:08 -0400
-
b97d54f49d
created new submodule to contain game elements
Nicholas Dyer
2023-05-12 11:44:58 -0400
-
65365adc3d
updated docstrings to follow google styling, changed checking of hardware to only happen once
Nicholas Dyer
2023-05-12 11:20:00 -0400
-
f56f775541
renamed data_handler.py to data.py, renamed DataHandler class to SaveData
Nicholas Dyer
2023-05-11 18:03:51 -0400
-
509efa7e23
fixed launching issue caused by incorrect resource reference
Nicholas Dyer
2023-05-11 18:00:25 -0400
-
327f6cadee
restructured directories to make more sense of modules and sub-modules
Nicholas Dyer
2023-05-11 17:59:06 -0400
-
a8674f073e
added documentation to input_handler.py
Nicholas Dyer
2023-05-11 15:31:36 -0400
-
eff7f2c893
reformatted file
Nicholas Dyer
2023-05-11 15:28:21 -0400
-
adfece1a32
fixed doc error
Nicholas Dyer
2023-05-11 15:28:11 -0400
-
07aae2b075
deleted unused folder
Nicholas Dyer
2023-05-11 15:26:08 -0400
-
bba0af4946
fixed selector not going back to previous color
Nicholas Dyer
2023-05-11 15:25:22 -0400
-
dd621dbe7a
added info screen
Nicholas Dyer
2023-05-11 15:24:17 -0400
-
bbf549c024
moved around structure
Nicholas Dyer
2023-05-11 14:08:22 -0400
-
ca9406aab8
removed old codebase from files
Nicholas Dyer
2023-05-11 14:06:26 -0400
-
535aa993a5
renamed classes to io_helpers
Nicholas Dyer
2023-05-11 14:05:53 -0400
-
4e14204392
added selection sprite, moved clock out of game.py and into individual screens
Nicholas Dyer
2023-05-11 14:03:16 -0400
-
7b8898b77b
added input_handler.py module to help with inputs
Nicholas Dyer
2023-05-11 14:01:02 -0400
-
da5bacf950
removed old importing code
Nicholas Dyer
2023-05-11 13:24:25 -0400
-
fd7e1b7492
added eggs on selection screen with animations
Nicholas Dyer
2023-05-11 13:23:55 -0400
-
bbe97f0de7
added module sprites.py
Nicholas Dyer
2023-05-11 13:10:08 -0400
-
296b6df4a0
title screen moves on now to sprite selection
Nicholas Dyer
2023-05-11 13:09:55 -0400
-
2ffd9bd929
added title screen loading at launch
Nicholas Dyer
2023-05-11 12:20:07 -0400
-
6f6eaa3c6d
moved resources into surfaces folder, moved icons to games_files
Nicholas Dyer
2023-05-11 12:19:39 -0400
-
d66d56630d
added basic running from old game.py
Nicholas Dyer
2023-05-11 11:51:51 -0400
-
7073bbb73c
disabled dev menu launch arg
Nicholas Dyer
2023-05-11 11:24:42 -0400
-
f1c83ade97
renamed old game.py file to start with rebuild
Nicholas Dyer
2023-05-11 11:02:08 -0400
-
787c1cc252
created __init__.py in surfaces for importing
Nicholas Dyer
2023-05-11 10:40:57 -0400
-
36487cad9e
Added comments
Nicholas Dyer
2023-05-11 10:26:01 -0400
-
2987bfa7ed
Added title.py surface
Nicholas Dyer
2023-05-11 09:58:44 -0400
-
-
e5584bd439
disable dev menu functionality
oop-cleanup
ndyer
2023-01-26 15:17:09 -0500
-
-
44986e62c0
fixed python version needed in README.md
ndyer
2023-01-26 15:06:27 -0500
-
6d28f0827f
changed doc references to gitea site
ndyer
2023-01-26 15:05:21 -0500
-
c25b021501
upgraded pygame to 2.1.2
ndyer
2023-01-26 15:02:39 -0500
-
34d934fb4a
default res now 240x240
rpi-dev-menu
Nick Dyer
2021-07-03 03:28:11 -0400
-
7def89db02
added backlight test to dev menu
Nick Dyer
2021-07-02 01:51:52 -0400
-
d753058352
added dev to launch, changed default resolution to 240x240
Nick Dyer
2021-07-02 01:48:36 -0400
-
4aa8af306c
added backlight control in gpio_handler.py
Nick Dyer
2021-07-02 01:47:51 -0400
-
195abbc5eb
added new fake functions and scrips to FakeGPIO.py
Nick Dyer
2021-07-02 01:47:19 -0400
-
85557ebb1c
made changes to launch script, added customizable resolution
cleanup
Nick Dyer
2021-06-20 20:52:23 -0400
-
-
88bcd76533
Merge pull request #3 from nickedyer/playground
Nick Dyer
2021-06-20 01:56:12 -0400
-
-
47cbe15369
fixed typo: contentness to contentedness
Nick Dyer
2021-06-20 00:43:08 -0400
-
3bcbec660e
changed version to dev_0.0.3
Nick Dyer
2021-06-19 23:35:36 -0400
-
8895e9f6be
fixed formatting not following PEP standards
Nick Dyer
2021-06-19 23:35:15 -0400