Cows and bulls game written using C++ & SFML
🎓 This project was developed as a university coursework.
All code comments are written in Russian, because my teachers, unfortunately, do not know English :D
✨ The design was inspired by this repository.
Part of the gameplay | Game result sprite | About pop-up
Go to Release page, download the latest release and try it.
I used Microsoft Visual Studio environment for development.
You just need to clone or download my repository, create new blank VisualStudio C++ project and add all my .cpp and .h files as well as assets folder.
Then you need to download SFML (I used SFML v2.5.1) and configure your project according to this guide.
Thats all. Now ensure that you have correct paths for all assets (Game.cpp file, line 90-110) and build your project!