Skip to content

Ostap4ello/The_Monopoly_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MONOPOLY

by Ostap Pelekh, STU FEI, Applied Informatics, 1.bc

This is monopoly game with Text-based UI (ncurses.h)

RULES

OBJECTIVE OF THE GAME

Become the wealthiest player through buying and renting property and force other players into bankruptcy.

START

Each time a player passes over START the player is paid a $2 salary.

BUYING PROPERTY

When a player lands on an unowned property they have to buy that property at its printed price.

PAYING RENT

When a player lands on a property owned by another player, the owner collects rent.

JAIL

A player can be sent to jail when they land on "GO TO JAIL". The player has to pay 1$ to get out of jail. If the player doesn't have 1$ to pay he will bankrupt and the game ends.

FREE PARKING

Just a free location with no reward or pentaly.

MONOPOLY

If the player has all properties of the same color he has a monopoly and receives double rent.

BANKRUPTCY

When the player has 0 cash they are bankrupt and out.

GAMEPLAY

You can choose number of players and Your player. Dice values for each player (except for Your player) are generated randomly. You will have to write a dice value for your player manually.

Follow game prompts and instructions.

SETUP

  1. clone repository

  2. cd into repository folder

  3. run (sets up CMAKE Project)

    make setup

  4. run (runs game)

    make

NOTE

<ctrl+c> to exit game immediately

About

A monopoly game with text-based UI, I made as a sudent of 1.bc at FEI STU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages