An ASCII text-based implementation of the classic Monopoly board game, written in pure C.
- 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.
To install and play the game, follow these steps:
- Clone the Repository:
git clone /~https://github.com/arda-oeztuerk/Monopoly-Spiel.git
cd Monopoly-Spiel/Monopoly_Spiel/Monopoly_Spiel/BUW_ITMT_Monopoly_2223
- Compile the Code:
gcc -Wall -std=c11 main.c field.c input.c game.c -lncurses -o monopoly
- Run the Game:
./monopoly