Skip to content

manorajesh/csnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSnake

Build

CSnake is snake, in C.

Demo Image

Features

  • snake

Installation

  1. Clone the repository:
git clone https://github.com/manorajesh/csnake.git
cd csnake
  1. Compile the game:
make
  1. Run the game:
./csnake

Controls

  • WASD: Move the snake up, down, left, or right
  • Q: Quit the game
  • +: To cheat

How to Play

  1. snake

Why

Learning C and snake is a rite of passage.