Snake
Simple snake game written in C for the Altera DE0-CV FPGA
cd ~
git clone https://github.com/alexanderepstein/Snake
- First make sure to have the altera monitor program installed with quartus lite 16.0 and the correct board drivers
- Open up the altera monitor program and start a new project
- Designate that the project is written in C
- Add all the files to the compiler
- Give the Altera DE0-CV resets and exceptions
- Download the DE0-CV Computer System onto the board
- Compile and load the program onto the board
- Press play to start
The keys are what designate the direction of the snake
- Key3 = Up
- Key2 = Down
- Key1 = Left
- Key0 = Right
Collect food to attain the highest score, follow onscreen instructions to start/replay the game