Skip to content

itsYakub/golf-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
https://github.com/itsYakub/golf-demo.git --depth=1
  • Go to the main project's directory:
cd golf-demo
  • Create new build directory:
mkdir build
  • Go to the build direcotry:
cd build
  • Run the CMake command:
cmake .. -G Unix Makefiles
  • Compile the project using GNU Make:
make
  • Run the generated executable:
./golf

LICENCE ❗

This project is under the MIT Licence