Skip to content

The classic game

Notifications You must be signed in to change notification settings

amodhakal/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

This is a recreation of the classic snake game. Your goal as a snake is to eat apples on the board. Make sure to not go outside or eat yourself. I just wanted to get myself familiarized with raylib, so I built this project. I might increase the scope of this project in the future.

Build Instructions

This project uses CMake. Run the following command:

mkdir build && cd build && cmake .. && make snake

It currently only works on MacOS. Make sure to install cmake and raylib through homebrew.

Run Instructions

Once the project is built, from the build folder, run the following command:

./snake

About

The classic game

Topics

Resources

Stars

Watchers

Forks

Contributors