{"id":26020946,"url":"https://github.com/vivekanand-vr/monopoly-2player","last_synced_at":"2026-04-21T09:31:29.912Z","repository":{"id":235406640,"uuid":"790555322","full_name":"vivekanand-vr/monopoly-2player","owner":"vivekanand-vr","description":"An API based 2-player monopoly game, added front-end for better UI. ","archived":false,"fork":false,"pushed_at":"2024-06-01T11:39:26.000Z","size":693,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-07T05:46:04.369Z","etag":null,"topics":["api","java","reactjs","spring-boot","spring-rest"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vivekanand-vr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-23T05:10:19.000Z","updated_at":"2024-06-01T11:39:30.000Z","dependencies_parsed_at":"2024-06-01T12:57:17.321Z","dependency_job_id":"c07e36e9-1f62-49c6-85d2-666883fc4137","html_url":"https://github.com/vivekanand-vr/monopoly-2player","commit_stats":null,"previous_names":["vivekanand-vr/monopoly-2player"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vivekanand-vr/monopoly-2player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekanand-vr%2Fmonopoly-2player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekanand-vr%2Fmonopoly-2player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekanand-vr%2Fmonopoly-2player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekanand-vr%2Fmonopoly-2player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vivekanand-vr","download_url":"https://codeload.github.com/vivekanand-vr/monopoly-2player/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekanand-vr%2Fmonopoly-2player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32085407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","java","reactjs","spring-boot","spring-rest"],"created_at":"2025-03-06T08:32:02.627Z","updated_at":"2026-04-21T09:31:29.302Z","avatar_url":"https://github.com/vivekanand-vr.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 2 Player Monopoly Game with Spring Boot\n\nThis project is a Monopoly game implemented using Spring Boot. It allows players to create and play the game online with the following features:\n\n## Features Implemented\n\n1. **Create New Game**: Ability for a host (also a player) to create a new game, therefore discarding the old one.\n2. **Play with Another Player**: Ability for a host (also a player) to play the game with another player.\n3. **Cash System**: Ability for a player to have their cash system, and start off with $1000.\n4. **Roll Dice**: Ability for a player to roll 2 dice and be informed of the place landed.\n5. **Auto Purchase Place**: Ability to auto purchase a place when landed and informed.\n6. **Auto Pay Rent**: Ability to auto pay to the person whose place was landed on and informed.\n7. **Start Bonus**: Ability to gain +$200 when the “start” is crossed.\n8. **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.\n\n## Example System Usage\n\n- Person A : [http://localhost:9999/create-game/](http://localhost:8080/create-game/) \u003e\u003e Game Created Successfully\n- Person A : [http://localhost:9999roll-die/p1](http://localhost:8080/roll-die/p1) \u003e\u003e Die rolled 11 and landed on Place ABC, Unclaimed place and hence bought for $200. Remaining balance is $800.\n- Person B : [http://localhost:9999/roll-die/p2](http://localhost:8080/roll-die/p2) \u003e\u003e Die rolled 4 and landed on Place DEF, Unclaimed place and hence bought for $150. Remaining balance is $850.\n\n## Features\n\n1. **Database Data Persistence**: Data persistence ensures that even if the Spring application is restarted, the game can be played uninterrupted.\n2. **Design Patterns**: MVC design pattern is used for a highly maintainable and readable code base.\n3. **Documentation**: Documentation ensures a highly maintainable and readable code base.\n\n## Technologies Used:\n- **Frontend**: React JS, Tailwind CSS, Jest\n- **Backend**: Java, Spring Boot, MySQL, Junit\n\n## Checklist\n\n- [x] Completed a minimal working model with documentation of the required features.\n- [x] Improvise working model to incorporate appropriate design/architectural patterns.\n- [x] Perform unit testing.\n- [ ] Create and Push `guide.txt`.\n- [x] Add User Interface to play and display messages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekanand-vr%2Fmonopoly-2player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivekanand-vr%2Fmonopoly-2player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekanand-vr%2Fmonopoly-2player/lists"}