mostly works but somehow pressing R to restart doesnt

This commit is contained in:
2025-03-16 22:30:48 +01:00
parent d99d0690e2
commit 4f3fd8e038
4 changed files with 474 additions and 217 deletions
+13
View File
@@ -1,3 +1,16 @@
module gitea.boner.be/bdnugget/minesweeper
go 1.24.1
require github.com/awesome-gocui/gocui v1.1.0
require (
github.com/gdamore/encoding v1.0.1 // indirect
github.com/gdamore/tcell/v2 v2.8.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/term v0.30.0 // indirect
golang.org/x/text v0.23.0 // indirect
)