Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
/ snake Public archive

Snake game implemented in C using Allegro

License

Notifications You must be signed in to change notification settings

akxcix/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Snake game implemented in C using Allegro

Building from source

Requirements

  • Allegro5: pacman -S allegro
  • Make: pacman -S make
  • CMake: pacman -S cmake

Compiling

git clone https://www.github.com/iamadarshk/snake
cd snake
cmake .
make

Running

./snake_game