- create a single game document broken into all above sections in a single wordpress page and add an image to it
- abstract variables and attributes with intention of creating a rules generator
- use javascript to create a game generator which generates a new page with rules and adds the title of new game to a list of games with simple concatonated description
- create a simple player and bean registry which finds next 4 digit number available and asigns a value to it. This bean ID is then associated with a player name and email.
game
- title of game
- parent game
- game description
- gameplay
- rules
documentation
- date
- venue/location
- players: values and exchanges
- results
- observations
- photos of gameplay
- video
players
- name
- email address
- beans held
- exchange history
potential outputs
- a database of game documentation
- a rule randomiser
- values index
- social media integration
- beans registry
- map of players, games, value-words, value-score
- online version of game using canvas or processing
- use guided user action to play game
Bean Game documentation design