A Snake clone made in C++ using a custom framework and the command prompt
A Snake clone made in C++ using a custom framework and the command prompt
Snek is a simple arcade-style Snake game created as a project to introduce me to basic C++. A custom framework had to be developed to run the game solely within the Windows command prompt.
The brief: Create a version of the game Snake to demonstrate knowledge of C++.
This project was my first introduction to C++, therefore the code is not very complex. However, I am still quite proud of how it turned out, considering it was a 6-week project in an entirely new language. I really enjoyed working on this project.
 How to play
- Select a difficulty
- Use W A S D keys to control the snake
- Eat fruit to score points and grow
This project was part of BCU's Game Development course
(2019 - 2021)
It Received a First (80%)