Skip to content

An API based 2-player monopoly game, added front-end for better UI.

Notifications You must be signed in to change notification settings

vivekanand-vr/monopoly-2player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2 Player Monopoly Game with Spring Boot

This project is a Monopoly game implemented using Spring Boot. It allows players to create and play the game online with the following features:

Features Implemented

  1. Create New Game: Ability for a host (also a player) to create a new game, therefore discarding the old one.
  2. Play with Another Player: Ability for a host (also a player) to play the game with another player.
  3. Cash System: Ability for a player to have their cash system, and start off with $1000.
  4. Roll Dice: Ability for a player to roll 2 dice and be informed of the place landed.
  5. Auto Purchase Place: Ability to auto purchase a place when landed and informed.
  6. Auto Pay Rent: Ability to auto pay to the person whose place was landed on and informed.
  7. Start Bonus: Ability to gain +$200 when the “start” is crossed.
  8. Declare Winner: Ability to declare who the winner of a game is based on bankruptcy or the player with the highest cash before turn 50.

Example System Usage

Features

  1. Database Data Persistence: Data persistence ensures that even if the Spring application is restarted, the game can be played uninterrupted.
  2. Design Patterns: MVC design pattern is used for a highly maintainable and readable code base.
  3. Documentation: Documentation ensures a highly maintainable and readable code base.

Technologies Used:

  • Frontend: React JS, Tailwind CSS, Jest
  • Backend: Java, Spring Boot, MySQL, Junit

Checklist

  • Completed a minimal working model with documentation of the required features.
  • Improvise working model to incorporate appropriate design/architectural patterns.
  • Perform unit testing.
  • Create and Push guide.txt.
  • Add User Interface to play and display messages.

About

An API based 2-player monopoly game, added front-end for better UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published