No description
  • Go 63.5%
  • HTML 33.6%
  • Nix 2.9%
Find a file
2026-07-20 08:22:31 +02:00
src feat: use embeded fs for templates 2026-04-09 20:45:23 +02:00
.envrc feat: initial commit 2026-04-07 16:54:04 +02:00
.gitignore chore: go mod vendor 2026-04-09 20:37:50 +02:00
devshell.nix feat: initial commit 2026-04-07 16:54:04 +02:00
flake.lock feat: initial commit 2026-04-07 16:54:04 +02:00
flake.nix feat: initial commit 2026-04-07 16:54:04 +02:00
package.nix feat: initial commit 2026-04-07 16:54:04 +02:00
README.md Add README.md 2026-07-20 08:22:31 +02:00

The Game

Ein kleiner Web-Server um The Game online zu spielen.

Bisher nur als single Player.

Usage

Go has to be installed. Then just navigate into the ./src directory and run the majn file.

go run .

Alternatively you can run nix run if you have nix installed.

Project

The Project contains a small Go-Server. All interactivity is done through htmx.