Skip to content

playfairs/snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snek

A simple Snake game with Powerups, Skins, basic stats and bombs!

Installation

Dependencies

Requires SDL2, SDL2_ttf, and SDL2_mixer.

Nix (Recommended)

nix develop
make

macOS

brew install sdl2 sdl2_ttf sdl2_mixer
make

Linux

sudo apt-get install libsdl2-dev libsdl2-ttf-dev libsdl2-mixer-dev
make

To install to Path just run

make install

Running

./build/snek

About

A Snake game with powerups, statistics tracking, and multiple snake skins.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors