An open API service indexing awesome lists of open source software.

https://github.com/srijanmukherjee/minigolf

A golf game made using SDL
https://github.com/srijanmukherjee/minigolf

cpp game-development sdl2

Last synced: about 1 year ago
JSON representation

A golf game made using SDL

Awesome Lists containing this project

README

          

# Golf Game made using SDL2

### Run Instructions
```
mkdir build
cd build
cmake ..
make
./GolfGame
```

### Dependencies
* SDL2
* SDL2_Image
* spdlog