AhmedKhaled590 / SnakeAndLadders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnakeAndLadder

A simple game written in c++ using oop principles

Game-Description


a mixture between the Snakes & Ladders and Monopoly games. There are two modes in the game: Design mode is where the user is able to build the playing grid and Play mode is where he plays the game itself. The general idea of the game is four players moving in a grid having snakes, ladders, and Cards. The player goal is to get to the last cell before anyone else. He also takes advantage of the special cells to boost his game and obstruct his opponents. The game ends when a player reaches the last cell.

đź“· Demos:


Design Mode

Design1 Design2


Playing Mode

play1
play2

About


Languages

Language:C 65.9%Language:C++ 33.8%Language:Objective-C 0.3%