awiggs / chip-gr8

Chip-Gr8
http://chipgr8.io
MIT License
4 stars 1 forks source link

Games #39

Closed ejrbuss closed 5 years ago

ejrbuss commented 5 years ago

Game-specific files (chipgr8/games/) need to be created with ROMs, observers, and actions. Each game-specific file will define a Game object (chipgr8/games/game.py) to serve as a tool when creating an AI. Users of the application may create their own game files but some should be created for a few games for reference and for sample AIs.

ejrbuss commented 5 years ago

Added game file for worm 2169df898be27304ddbc778cce7ff1c68eab911f

ejrbuss commented 5 years ago

Merged all game files into one as the files were small and this will allow for easier importing by API users. fbe6386453f351836c4ccb29455384b9aeadb9c2

ejrbuss commented 5 years ago

Added squash fc7b286840d8f374d1fd4e28f247d5dbdabee5f8

ejrbuss commented 5 years ago

Cave now has reasonable support.

We should prioritize:

Have good memory queries for the other ROMs is not important given our current timeline.