added css, font, levies, improvements
This commit is contained in:
19
README.md
19
README.md
@@ -6,6 +6,10 @@ This project is in keeping with the original purpose of Monopoly's predecessor,
|
||||
|
||||
Created with the assistance of ChatGPT based on an original Python prototype.
|
||||
|
||||
## How to use
|
||||
|
||||
Download the entire repository and run MonopolyLedger.html locally in a browser.
|
||||
|
||||
## Possible rules
|
||||
|
||||
The following are example rule changes that can be tried up against the standard rules.
|
||||
@@ -13,8 +17,9 @@ The following are example rule changes that can be tried up against the standard
|
||||
### Goals
|
||||
|
||||
* All players win when each player has built a hotel
|
||||
* Pay more taxes than anyone else
|
||||
* Collectively get a hotel on every buildable space
|
||||
* Bankrupt the bank
|
||||
* Everyone loses if you get below *x* Gini coefficient
|
||||
|
||||
### Rules
|
||||
|
||||
@@ -31,7 +36,7 @@ The following are example rule changes that can be tried up against the standard
|
||||
* venture capital investments from bank or other players
|
||||
* extractive or ballooning payments demanding growth
|
||||
* rule change vote
|
||||
* quadratic, 1p1v
|
||||
* quadratic, 1p1v, consensus
|
||||
|
||||
## Citations
|
||||
|
||||
@@ -43,11 +48,9 @@ The following are example rule changes that can be tried up against the standard
|
||||
|
||||
* Do a game jam on alternative Monopoly rules, designing and testing them.
|
||||
* Use movable boxes dashboard js thing to allow moving
|
||||
- https://gridstackjs.com/
|
||||
* Rules tool
|
||||
* Enable initial and dynamic additions of rules atop standard rules
|
||||
* Enable voting on rule changes: 1p1v, quadratic
|
||||
* Levies tool
|
||||
* % of cash
|
||||
* % of property values
|
||||
* % of total wealth
|
||||
* % of transactions
|
||||
* Add link to Git, credit, and license in footer
|
||||
* add Gini coefficients to balances for total wealth
|
||||
|
||||
|
Reference in New Issue
Block a user