A snake game made with Borland Graphics Interface (BGI) using concepts of C programming language.
git clone https://github.com/SrjPdl/Snake.git
The project was made using Code::Blocks IDE.
Setup tutorial for graphics.h for running the game in Code::Blocks. Setup graphics.h
Key | Action |
---|---|
W | Move snake up |
S | Move snake down |
A | Move snake left |
D | Move snake right |
bin/release/Snake.exe
Suraj Poudel