Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itsyakub/golf-demo

Small golf demo created in c++ using raylib-cpp
https://github.com/itsyakub/golf-demo

cmake cpp demo demo-app demo-game game game-dev game-development gamedev makefile raylib raylib-cpp

Last synced: about 1 month ago
JSON representation

Small golf demo created in c++ using raylib-cpp

Awesome Lists containing this project

README

        


Golf Demo ⛳





What's going on ❓




This project is a small golf demo created using raylib-cpp. It supports the basic collision detection and other pretty basic behaviours expected from the 2D golf game.

Prerequesites 📄


Instalation 🖥️

- Clone this repository:
```bash
https://github.com/itsYakub/golf-demo.git --depth=1
```

- Go to the main project's directory:
```bash
cd golf-demo
```

- Create new build directory:
```bash
mkdir build
```

- Go to the build direcotry:
```bash
cd build
```

- Run the CMake command:
```bash
cmake .. -G Unix Makefiles
```

- Compile the project using GNU Make:
```bash
make
```

- Run the generated executable:
```bash
./golf
```

LICENCE ❗


This project is under the MIT Licence