Exercise 28 in go is done.

master^2
Zed A. Shaw 1 day ago
parent d75dd78e3b
commit e8ed2c9ede
  1. 6
      01_the_screen/go.mod
  2. 6
      02_mazes_and_enemies/go.mod
  3. 6
      03_pathing_enemies/go.mod

@ -2,14 +2,12 @@ module MY/gorogue
go 1.25.1
require (
github.com/gdamore/tcell/v2 v2.9.0
github.com/mattn/go-runewidth v0.0.16
)
require github.com/gdamore/tcell/v2 v2.9.0
require (
github.com/gdamore/encoding v1.0.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.35.0 // indirect
golang.org/x/term v0.34.0 // indirect

@ -2,14 +2,12 @@ module MY/gorogue
go 1.25.1
require (
github.com/gdamore/tcell/v2 v2.9.0
github.com/mattn/go-runewidth v0.0.16
)
require github.com/gdamore/tcell/v2 v2.9.0
require (
github.com/gdamore/encoding v1.0.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.35.0 // indirect
golang.org/x/term v0.34.0 // indirect

@ -2,14 +2,12 @@ module MY/gorogue
go 1.25.1
require (
github.com/gdamore/tcell/v2 v2.9.0
github.com/mattn/go-runewidth v0.0.16
)
require github.com/gdamore/tcell/v2 v2.9.0
require (
github.com/gdamore/encoding v1.0.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.35.0 // indirect
golang.org/x/term v0.34.0 // indirect

Loading…
Cancel
Save