-
-
I'm starting the game with,
`./battleship input2.txt`
I'm choosing New Game -> Map 1 and I'm presented with,
![May31-111313](https://user-images.githubusercontent.com/8273519/171125595-cce607…
-
Umbrella ticket for P3 Web Error
[Runtime](https://76.176.107.1)
- [x] Database
- [x] Login System
- [ticket](https://github.com/kylem314/p3-web-error-project/projects/1#card-61146210)
- [x]…
-
1. Click on the cells to reveal the image hidden behind them.
2. There are 5 ships hidden in the game.
3. You win if you find all ships in less than 8 clicks, else you lose.
-
- [x] Create user database to store data (Initial Ticket, week of 3/10)
- [x] Finalize/Optimize user setup in data base (Ticket 1/3, week of 3/17)
- [x] Begin communication via users via databas…
-
Now that main game page is shown to the view, user and computer should be able to play the battleship back and forth.
-
Do something simple like the Battleship game or a lobby server for a game.
Then, redo it multiple times with different approaches to how one packages and exchanges data.
-
-
-
Например так
```php
case self::SHOOT_PLAYER_ONE:
case 'shootPlayer2':
......
$player = ( $command == self::SHOOT_PLAYER_ONE) ? Game::PLAYER_ONE : Game::PL…