Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 867 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 867 Bytes

Snake Game

Classic snake game developed using 2D array in C++. The code is well commented, if you have any questions feel free to ask.

Demo

Getting Started

To get started with this project, simply clone the repository and run the executable file.

Prerequisites

You will need a C++ compiler to build the executable file.

Built With

  • C++ OOP
  • 2D Array

Authors

  • Ali Hassan - other work - GitHub

Acknowledgments

  • This project was created as a simple example of game development using C++.
  • Code is well commented, if you have any questions feel free to ask.

Contributing

It is open-source game developed for learning purpose only. You can open issues for bugs you've found. You can also add a feature where snake gets bigger every time it eats food.