This project was done as an colaboration with 3 more contributers.(IC project)
- This project requires SDL / SDL2 libraries. So it is advisable to run this project on Visual Studio instead of Visual Studio Code.
- Integrate the SDL library to the paths with the help of the tutorial video linked below.
- the game will only start when you enter your player name in the terminal prompt. Then move to the game window.
- The score will be diplayed in the score.txt file.
- Now you are all set to play!
-
Download SDL / SDL2 library : https://github.com/libsdl-org/SDL/releases/tag/release-2.30.10
-
Tutorial Video : https://youtu.be/XfZ6WrV5Z7Y?si=15oKXqx0qq2qBEvf
Time Stamps : 1. 00:07:28 - 00:09:37 (C & the SDL Library) 2. 00:12:26 - 00:27:44 (Installing SDL on Windows)