- My take on popular Darts game as a project for course Computer Graphics at the Faculty of Mathematics
- Goal of the game is to get the highest score possible
git clone https://github.com/MATF-RG19/RG112-darts.git
cd RG112-darts
mkdir build && cd build
cmake ..
make
./darts
protip: Aiming is windows width & height dependant (aim at the top right of the window for the dart to go top right of the forward wall)
Controls | Description |
---|---|
LMB | throws dart (HOLD) |
RMB | resets the game |
SPACE | randomizes dart's power and aim (TOGGLE) |
V | changes the shade model |
R | randomizes the colour of the dart |
G | bad boy amongst all R's |
F | inspects the dart (TOGGLE) |