Here are all the main informations about the project.
This project is more a private project for me to learn and practice C++ in a project. It will not be released or published at all.
The project uses only libraries that are available on the system itself. No third party libraries will be used.
In this section is described how to start using this project to develop it and what is required to do so.
To edit and build the project Visual Studio on Windows is required currently because of the solution file.
To clean the project from Visual Studio temporary files execute Clean.bat.
- Clone the repo
git clone https://github.com/VRSimDude/Snake.git- open the project
open Snake.sln
To play the game built it in Visual Studio or start it directly from Visual Studio.
You can also start the game without Visual Studio by download the executables for windows here:
v1.0.0 Win64
v1.0.0 Win32
Important is that the console needs at least the size that is given to the window in main.cpp at Line 13 and 14.
Here is described how you use the projects features.
Change the direction of the snake by using the Arrow keys. Start of restart the game with Space. Exit the game with Escape.
The snake can eat the cookie (%) and can collide with itself and the world blocks (#). By colliding with the cookie the snake grows 1 block and the speed is increase by 1% of the current speed. By colliding with the snake itself or the world blocks the snake dies and the game is over.
Contributions to this project can be done by writing me.
Distributed under the MIT License License. See LICENSE for more information.
mail: contact@marcfriedrich.com
project link: https://github.com/VRSimDude/Snake

