Skip to content

Commit

Permalink
Make README match 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Sep 30, 2018
1 parent 7183ed0 commit 5583b46
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ To instantiate and run a game:
var ACSG = require('acsg')
game = ACSG({
NUM_PLAYERS: 9,
DURATION: 6,
INCLUDE_HUMAN: true,
NUM_PLAYERS: 3,
DURATION: 60,
BOT_STRATEGY: 'random',
ROWS: 25,
COLUMNS: 25,
NUM_FOOD: 8,
VISIBILITY: 500,
VISIBILITY: 50,
BOT_MOTION_RATE: 4,
BLOCK_SIZE: 12,
BLOCK_PADDING: 1
SEED: '19145822646',
BLOCK_PADDING: 1,
SEED: '19145822646'
})
game.run(function () { console.log(game.serialize()) })
Expand Down

0 comments on commit 5583b46

Please sign in to comment.