/cubes

Primary LanguageC++

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.