/monopoly-game

Digital version of the well-known board game Monopoly

Primary LanguageJava

Introduction

We will implement the “Monopoly Classic” game. Game rules will be taken from the official Monopoly website. We intend to develop a server-client architecture where multiple clients will connect to a single server and the server will handle clients’ game commands. In addition to online gameplay, we are planning to implement offline gameplay over local networks. Our game will use the official copyrighted assets.

Documents

Detailed Feature List & Implementation Plans

Iteration 1

Analysis Report
Design Report

Iteration 2

Analysis Report
Design Report

Final

Final Report