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

Configure Feed

Select the types of activity you want to include in your feed.

feat: favicon

+4
battleship-arena

This is a binary file and will not be displayed.

+2
internal/server/users.go
··· 90 90 <title>{{.User.Name}} (@{{.User.Username}}) - Battleship Arena</title> 91 91 <meta charset="UTF-8"> 92 92 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 93 + <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚓</text></svg>"> 93 94 <style> 94 95 * { 95 96 margin: 0; ··· 274 275 <title>Users - Battleship Arena</title> 275 276 <meta charset="UTF-8"> 276 277 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 278 + <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚓</text></svg>"> 277 279 <style> 278 280 * { 279 281 margin: 0;
+2
internal/server/web.go
··· 18 18 <title>Battleship Arena</title> 19 19 <meta charset="UTF-8"> 20 20 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 21 + <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚓</text></svg>"> 21 22 <style> 22 23 * { 23 24 margin: 0; ··· 757 758 <title>{{.Username}} - Battleship Arena</title> 758 759 <meta charset="UTF-8"> 759 760 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 761 + <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚓</text></svg>"> 760 762 <script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script> 761 763 <style> 762 764 * {