working game, needs some touch up

This commit is contained in:
2026-04-29 17:01:34 -04:00
commit 4117551198
5 changed files with 1075 additions and 0 deletions

3
default.nix Normal file
View File

@@ -0,0 +1,3 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.callPackage ./package.nix { }