andresnowak / snakes_and_ladders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snakes and ladders

Language grade: C/C++

This is a game of basically what you think, the board game snake and ladders. And its a simple game where two players play by typing in the console "C" to continue and the game will throw the dice and continue the game.

Installation

To compile and run this game use make, by running make and then ./app or simply run make run

c++ 11 or newer recommended to run this program.

About


Languages

Language:C++ 97.2%Language:Makefile 2.8%