Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.07 KB

File metadata and controls

32 lines (26 loc) · 1.07 KB

Cubes

Simple geometry game




Installing

!!! For the game to work, you need to install sfml !!!

git clone https://github.com/night3098/cubes
cd cubes
g++ Source.cpp -o cubes -lsfml-graphics -lsfml-window -lsfml-system
./cubes

Guide

  • Press "c" to change current player color
  • Press "r" to restart the game
  • Press "s" to skip a turn

  • The game ends after 3 passes for each player.