Battleship Arena#
This is a service I made to allow students in my cs-1210 class to benchmark their battleship programs against each other.
I just want to get on the leaderboard; How?#
First ssh into the battleship server and it will ask you a few questions to set up your account. Then scp your battleship file onto the server!
ssh battleship.dunkirk.sh
scp memory_functions_yourname.cpp battleship.dunkirk.sh
Development#
Built with Go using Wish, Bubble Tea, and Lipgloss.
# Build and run
make build
make run
# Generate SSH host key
make gen-key
See AGENTS.md for architecture details.
The main repo is the tangled repo and the github is just a mirror.
© 2025-present Kieran Klukas