Adaptation of Ipso for Game Park.
Full documentation: gamepark.github.io
yarn install
yarn startThe game opens at http://localhost:3000.
game.new(2) // New game (2 players)
game.monkeyOpponents(true) // Opponents play automatically
game.undo() // Undo last moveRules are deployed by the Game Park team.
To deploy the React app, install rclone then configure:
rclone config
> n
name> ipso
Storage> s3
provider> Other
env_auth> false
access_key_id> [your key - do not commit!]
secret_access_key> [your secret - do not commit!]
region> [empty]
endpoint> cellar-c2.services.clever-cloud.com
location_constraint> [empty]
acl> public-read
Edit advanced config> n
Then deploy with:
yarn deploy