Menu

Tree [bfc0b8] master /
 History

HTTPS access


File Date Author Commit
 .settings 2015-02-06 Simon_Ying_Chih Simon_Ying_Chih [cda4e4] v0.1.1c
 src 2019-04-13 simon simon [cb4c20] v0.2.0b
 .classpath 2019-04-13 simon simon [cee288] v0.2
 .gitattributes 2015-01-11 simon simon [e712fe] :confetti_ball: Added .gitattributes & .gitigno...
 .gitignore 2019-04-13 simon simon [cee288] v0.2
 .project 2015-01-11 simon simon [7c1fa3] v0.0.1b
 LICENSE 2017-12-08 hoijui hoijui [d07bb1] add LICENSE file
 README.md 2017-12-08 hoijui hoijui [2ae4bc] README.md: add compile and run instructions [mi...
 README.txt 2019-12-15 Simon Simon [0bd825] v0.2.0c: Update README.txt only.
 build.txt 2021-05-23 Simon Simon [ed2b11] delete org.codehaus.mojo:exec-maven-plugin:1.4....
 linux_README.txt 2019-12-15 Simon Simon [d81ff8] v0.2.0d: Update linux_README.txt only
 pom.xml 2021-05-23 Simon Simon [bfc0b8] Add exec-maven-plugin to 3.0.0.
 random-big-rich-man-0.2.jsmooth 2019-04-13 simon simon [cb4c20] v0.2.0b
 rich.xml 2017-12-06 hoijui hoijui [e86bff] convert to the maven build system

Read Me

Assets

Image or Sound from these projects or the Internet:

  • gtkmonop-0.3.0
  • kapitalist-0.4
  • monopolie-0.9.7

Install preconditions

  • Java 1.8.0 or newer
  • Maven 2.2.1 or newer

Game Features

  • Random map

Game Rules

  1. Monopoly-like game rule
  2. Land Tax: each land $400
  3. House Tax: each house $200, hotel is $800
  4. Question Mark event:
    a. give player money
    b. pay money
    c. forward steps
    d. go to start point or parking lot
    e. stop once
    f. ...
  5. Go to hospital will pay $1000
  6. Toll is 20% of land value
  7. Toll is double each house
  8. Toll is 1600% if land have hotel
  9. Player can build hotel if 3 houses on the land
  10. If player buy all same color land, toll is double
  11. Toll free if land owner is in jail
  12. Player exceed start point will give $2000, but $0 if on the start point
  13. Go to jail stop 3 turns

How to build and run

to build:

mvn package

to run:

mvn exec:java
# or
java -jar target/random-big-rich-man-*.jar
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.