Skip to content

Empitrix/anaconda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anaconda

Anaconda

An snake game written in C for your UNIX-like terminal

Anaconda is an snake game written in C as a porfolio project and for practice on The C Programming Language book written by Dennis Ritchie and Brian Kernighan.

Preview

Anaconda Anaconda

Build

Warning

This program is only for UNIX-like operating systems like Linux... and it doesn't work in Windows.

Recommanded to use:

You can clone the project and compile it yourself or use CMake:

git clone "https://github.com/empitrix/anaconda.git"
cd ./anaconda

# Cmake
mkdir build
cd ./build

cmake ..
cmake --build .
# Now you have ./anaconda to play with

Now you can run ./build/anaconda to play the game.

  • You can quit the game by pressing q.

About

C snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published