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.