1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 05:25:57 +00:00
Boat-Battle/godot_ship/script/game/Gameplay
2021-11-24 03:05:45 -06:00
..
Board.gd Board: Return LOST state when hit and no ships remain. 2021-11-24 02:53:05 -06:00
Crosshair.gd Major restructuring to better support object-oriented design of the main game logic and UI. This was necessary, I swear. 2021-11-13 04:34:39 -06:00
Fire.gd Multiplayer sucks 2021-11-18 09:00:15 -06:00
Game.gd Game: Begin state machine implementation; use Net-mail for host<->guest communication. 2021-11-24 03:05:45 -06:00
Player.gd Player: Yield on signal returns the parameters of that signal. Refactor around this fact. 2021-11-24 03:00:27 -06:00
Ship.gd Game: Implement player setup 2021-11-15 01:17:32 -06:00