A tiny game made with SDL2 for INT-2215 (Advanced Programming)
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This project was built as a Big Exercise for Advanced Programming (INT2215). It took me about 1 week to make from scratch (see the commits). The only graphic library I used is SDL2 (and some extensions).
Expected score: A+;
Game loop credits to link
To get a local copy up and running follow these simple steps.
These things are required:
- Visual Studio 2019
- SDL2 2.0.14 (with SDL_ttf 2.0, SDL_mixer 2.0, SDL_image 2.0)
- Clone the repo
git clone https://github.com/lquyet/2dOsu
- Open project in Visual Studio 2019, update VC++ Directories and Linker Input. Change Solution Platform to x64 then Build.
Click "START" to start playing. You have to click on the non-white tiles(s) as fast as possible in 20 seconds. Some will give you extra time, some will give you more points. The more tiles you click, the higher score you get. If you click on a white tile or run out of time, the game will stop immediately.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Le Minh Quyet - [email protected]
Project Link: https://github.com/lquyet/2dOsu