Skip to content

lummi01/32Blit-SnakeRace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnakeRace

For 32Blit Snake2 build:

mkdir build.stm32
cd build.stm32
cmake .. -D32BLIT_DIR="/path/to/32blit/repo" -DCMAKE_TOOLCHAIN_FILE=/path/to/32blit/repo/32blit.toolchain
make

For local Snake2 build:

mkdir build
cd build
cmake -D32BLIT_DIR=/path/to/32blit-sdk/ ..
make

About

there can never be too many snake games!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published