Skip to content

PtravisCS/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

The Classic Snake Game

A work in progress, I wanted to try my hand at creating the classic arcade game Snake in C.

Compiled using GCC for Linux requires ncurses. gcc -lncurses main.c

Included binary is for a debian system running debian 10.

TO DO

  • Add code to add pellets to random locations on the map.
  • Add code for snake to consume pellets and grow in length.
  • Refactor code (badly needed), break everything out of main into individual functions.

About

The classic Snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages