Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 480 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 480 Bytes

CYBERsnake

Fully working example of running simple game on single cycle processor, developed on APS labs, though you can try it on different platforms (see platform directory).

You can configure game through config.h.

For adding your platform, check snake.h to see list of functions that must be defined in platform directory.

To build game, one can run make from one of the platform subdirectory.