A factorio inspired game for the Apple IIc and IIe
Go to file
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
src Re-did item system 2019-06-06 16:35:53 -04:00
.gitattributes Initial commit 2019-06-04 21:57:14 -04:00
.gitignore Add assemblers to game loop, added tile list 2019-06-05 10:39:45 -04:00
Makefile Add Items 2019-06-05 17:33:57 -04:00
factory.dsk Re-did item system 2019-06-06 16:35:53 -04:00