Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Snake game

Using VGA text-mode in qemu (or possibly VirtualBox) we can play snake!

mkdir build
cd build
cmake ..
make
boot snake_example

Use arrow keys to change the snakes direction. Press spacebar to restart the game.