Commit Graph

23 Commits

Author SHA1 Message Date
b842bd0095 Move global variables to main().
Should not make variables global unnecessarily.
2026-03-03 09:20:50 +01:00
bb28285794 Fix possible precision loss by converting to float. 2026-03-03 09:20:00 +01:00
6621decc09 Add fullscreen mode support. 2026-03-03 09:19:16 +01:00
fd9fd453b3 Add help information for pause button. 2026-03-03 08:26:53 +01:00
63f950e26b Implement pause functionality. 2018-04-13 08:02:34 +02:00
d343c5e5a0 Move help information further up. 2018-03-29 13:01:09 +02:00
17777e2178 No need to update the ship if we reset. 2018-03-29 12:58:37 +02:00
609d197227 Better description. 2018-03-29 12:56:01 +02:00
92e406bc74 Measure by pixel/second 2018-03-29 11:57:17 +02:00
2d64adf476 Put version in window title. 2018-03-29 01:06:15 +02:00
ab10fcdf02 Reset simulation feature added. 2018-03-25 18:45:28 +02:00
c51f34c888 Fully functional simulation.
I still need to add the restart feature.
2018-03-25 18:43:06 +02:00
85435fef8d Added help information. 2018-03-25 18:24:39 +02:00
8e10be3ea9 Forgot to update x and y variables. 2018-03-25 18:02:09 +02:00
88f3a5f1a5 Added malfunctioning ship.
Currently it doesn't seem to be detecting the key preses.
2018-03-25 17:47:31 +02:00
80113d51ff Remove global variables.
Global variables are overall bad practice.
2018-03-25 17:14:44 +02:00
4dc7fbbf04 Create a ship object. 2018-03-25 16:59:03 +02:00
a1406c4506 Included debug information. 2018-03-25 16:44:09 +02:00
86159b0b69 Initialize the primitives addon. 2018-03-25 16:42:00 +02:00
ea4f4a97b6 Keyboard input added. 2018-03-25 15:22:43 +02:00
d57da20ec7 Created an event manager. 2018-03-25 14:53:40 +02:00
768f80a362 Create a display. 2018-03-25 14:27:10 +02:00
1cdd5964f0 First steps. 2018-03-25 12:08:19 +02:00