Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 445 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 445 Bytes

Snake Gmae

This is a implementation of the snake game using BGI (Borland Graphics Interface) in C++

Pre-requisites

You will need the graphics.h library to run this project. For a guide to install the graphics.h library in CodeBlocks you can follow this tutorial or for Dev C++ you can follow this tutorial