Battleship (#2720)

* Made the Battleship 2P 2PP game - FSK is wip
* Using POCSAG
This commit is contained in:
RocketGod
2025-06-28 11:02:29 -07:00
committed by GitHub
parent 0eb03373b1
commit 4e276cdc71
5 changed files with 1153 additions and 1 deletions
+6 -1
View File
@@ -227,7 +227,11 @@ set(EXTCPPSRC
#blackjack
external/blackjack/main.cpp
external/blackjack/ui_blackjack.cpp
external/blackjack/ui_blackjack.cpp
#battleship
external/battleship/main.cpp
external/battleship/ui_battleship.cpp
)
set(EXTAPPLIST
@@ -286,4 +290,5 @@ set(EXTAPPLIST
detector_rx
spaceinv
blackjack
battleship
)