Commit Graph

9 Commits

Author SHA1 Message Date
Patrick Tschuchnig
7e67391678 changed the game start timer to be a one-shot in the game_ending routine. changed a spelling mistake in variable declaration. 2019-09-11 11:27:43 +02:00
Patrick Tschuchnig
72a08a23b6 changed timing system for the game\'s end to be tick based 2019-09-11 11:14:59 +02:00
Patrick Tschuchnig
48df332b32 changed timings, changed a problem with the game restarting, changed logic for game start to be for a closing button, changed pin for errors to be 33 (pull up) 2019-09-11 10:57:16 +02:00
Patrick Tschuchnig
9e2086611c fixed incorrect variable name 2019-09-11 10:05:22 +02:00
Patrick Tschuchnig
22208f9cf7 added general pinout info at the top, changed the start pin to have an inhibitor latch 2019-09-11 10:03:24 +02:00
Patrick Tschuchnig
9eda20c47d fixed uninitialised var for previous change 2019-09-10 16:48:00 +02:00
Patrick Tschuchnig
5d62d58478 slight changes to game loop to not constantly change the led colours at every tick 2019-09-10 16:46:49 +02:00
Patrick Tschuchnig
16c32133cb changed initialisation ordering 2019-09-10 16:38:31 +02:00
Patrick Tschuchnig
6412bbd26f first general code revision, unstable and untested. restructured the definitions, changed the game to a tick-based system, changed game loop to have a game state instead of being a strict script based state machine, lots of small changes. changed naming convention from camel case to underscore-spaced. unified naming convention. changed variable naming to reflect what the variable is used by. 2019-09-10 16:35:08 +02:00