packages feed

battleships-1.0.0: config/routes

/battleships                                        HomeR          GET
/battleships/about                                  AboutR         GET
/battleships/rules                                  RulesR         GET POST
/battleships/place/#Options                         PlaceShipsR    GET POST
/battleships/place-random                           PlaceShipsRndR POST
/battleships/saved/#Bool/#GameStateExt              PlayR          GET
/battleships/fired/#GameStateExt                    FireR          POST
/battleships/moved/#GameStateExt                    MoveR          POST
/battleships/savegame/#GameStateExt                 SaveGameR      GET
/battleships/replay/#GameStateExt                   ReplayR        GET
/cgi-bin/battleships/static                         StaticR        Static getStatic