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

Latest commit

 

History

History
21 lines (18 loc) · 305 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 305 Bytes

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