# battleships_web **Repository Path**: quasimo/battleships_web ## Basic Information - **Project Name**: battleships_web - **Description**: Interactive battleships game on the web - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-11-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #BattleShips The game is ready to play when theres are two players initialized with a board each and each board has 5 ships placed. By default it is player1's go first and after each shot it will switch the turns until there is a winner. A game_setup.rb file has been added which sets up the game to a ready state placeing each ship from colums A through to E vertically. Features that need to be included: - [x] Starting a game - [x] Registering a second player - [ ] Placing the ships - [ ] Shooting at each others boards in turns - [ ] Winning and losing the game