Skip to content

An ascii-based implementation of the classic Monopoly board game, written in pure C

Notifications You must be signed in to change notification settings

arda-oeztuerk/monopoly-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Monopoly-Game

An ASCII text-based implementation of the classic Monopoly board game, written in pure C.

Features

  • ASCII-Based Game UI: Play Monopoly in a lightweight, terminal-based interface.
  • Local Multiplayer Mode: Supports 2 to 4 players for an interactive gaming experience.
  • Save and Load Game: Continue your game anytime by saving and reloading progress.
  • Includes buying and selling properties, going to jail(goint to mensa), and drawing event cards.

Start game

In Game

Event Card

Installation

To install and play the game, follow these steps:

  1. Clone the Repository:
git clone /~https://github.com/arda-oeztuerk/Monopoly-Spiel.git
cd Monopoly-Spiel/Monopoly_Spiel/Monopoly_Spiel/BUW_ITMT_Monopoly_2223
  1. Compile the Code:
gcc -Wall -std=c11 main.c field.c input.c game.c -lncurses -o monopoly
  1. Run the Game:
./monopoly

About

An ascii-based implementation of the classic Monopoly board game, written in pure C

Topics

Resources

Stars

Watchers

Forks

Languages