a geicko-2 based round robin ranking system designed to test c++ battleship submissions battleship.dunkirk.sh
62 1 0

Clone this repository

https://tangled.org/dunkirk.sh/battleship-arena
git@knot.dunkirk.sh:dunkirk.sh/battleship-arena

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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