This is a WIP cross platform game client for the Fuji Battleships server.
- Apple II
- Atari
- CoCo
- C64 (WIP)
- MS-Dos
- Please contribute to add more!
- Review/edit the Post Build and the emulator start commands in
Makefile - To build and test:
make [platform] - Platforms: apple2 atari c64* coco* msdos
To test in VICE, run support/c64/fuji_mock_network.py and make as follows:
make c64 VICE=1
The distribution disk includes two binaries and a small loader to detect Coco 1/2 or 3 and run the appropriate binary. You may also build just one binary for testing.
- CoCo 1/2:
make coco - CoCo 3:
make coco3 - Combined Disk:
make coco-dist - Test Disk:
make coco-dist test-coco-dist
The "Ready 2 Run" output files will be in ./r2r, which can be copied to a TNFS server, etc.
This project uses the MekkoGX Makefiles platform, which should automatically download the Fujinet-Lib dependency.
Please visit the server page for more information:
https://github.com/FujiNetWIFI/servers/tree/main/fujinet-game-system/battleship#readme