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
- Host: GitHub
- URL: https://github.com/srijanmukherjee/minigolf
- Owner: srijanmukherjee
- Created: 2022-10-05T10:00:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T08:21:57.000Z (over 3 years ago)
- Last Synced: 2025-02-24T03:16:03.475Z (over 1 year ago)
- Topics: cpp, game-development, sdl2
- Language: C++
- Homepage:
- Size: 295 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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