Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reset the boards after each game. | rodri | 2023-08-29 | 1 | -0/+1 |
| | | | | | | only change turns if the shot was valid. show the opponent's hits on localboard. keep the orientation for consecutive ships while outlaying. | ||||
* | major development stride: | rodri | 2023-08-29 | 1 | -0/+4 |
| | | | | | | - implemented per-line msg framing - wrote most of the game logic - fixed an issue where the ship would go off-board when rotated | ||||
* | implemented most of the layout code. | rodri | 2023-08-25 | 1 | -0/+6 |
| | | | | | | added a new util.c to host the cell/coordinate conversions. made the showproc a painter thread instead, to avoid problems with menuhit(2). | ||||
* | initial commit. | rodri | 2023-08-08 | 1 | -0/+8 |