Commit Graph

8 Commits

Author SHA1 Message Date
Byron Lathi
9c247bd2e9 Re-did item system
- Changed main update to the new routine
- Changed how the item locations work. Instead of an array for position, array for location, and potentially another array for sub-position, it uses one array of bytes, where each byte has 2 bits for rotation, 2 bits for subposition, and 4 bits for type.
2019-06-06 16:35:53 -04:00
Byron Lathi
0dbe98e484 Add player tile 2019-06-05 18:17:34 -04:00
Byron Lathi
35070dfd58 Add Items 2019-06-05 17:33:57 -04:00
Byron Lathi
e467b7c898 Move draw into game loop
Instead of looping through the entire array twice, it now draws the tile after it updates it.
2019-06-05 10:57:32 -04:00
Byron Lathi
2c39045b00 Add assemblers to game loop, added tile list 2019-06-05 10:39:45 -04:00
Byron Lathi
47aba92ec6 Add comments 2019-06-05 01:06:10 -04:00
Byron Lathi
902e773330 remove compiled files 2019-06-04 21:59:46 -04:00
Byron Lathi
de94366b06 Initial commit 2019-06-04 21:57:14 -04:00