A clone of the game Ores built from scratch using SDL2.
A pre-built version of the game can be found under \Build
. Just run the executable CaveIn.exe
inside that folder.
- LMB - Select and destroy Ores
- Esc - Pause the game
Note #1: The game stores high scores in a file called high_score.txt
located in the same directory as the executable. Moving or deleting this file will break the game.
Note #2: The game requires having the Visual C++ x64 Redistributables for Visual Studio 2019 and will throw an error on startup if they're not found. Should that happen, here's a link:
This project was built in Windows using Visual Studio 2019 Community Edition. Just open the Ores.sln
file and build the solution inside Visual Studio.