We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8caa7 commit 954cd4fCopy full SHA for 954cd4f
.gitignore
@@ -1 +0,0 @@
1
-go.mod
go.mod
@@ -0,0 +1,18 @@
+module GoFlappy
2
+
3
+go 1.20
4
5
+require (
6
+ github.com/hajimehoshi/ebiten v1.12.12
7
+ golang.org/x/image v0.8.0
8
+)
9
10
11
+ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
12
+ github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
13
+ github.com/hajimehoshi/oto v1.0.1 // indirect
14
+ golang.org/x/exp/shiny v0.0.0-20230522175609-2e198f4a06a1 // indirect
15
+ golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect
16
+ golang.org/x/sys v0.9.0 // indirect
17
+ golang.org/x/text v0.10.0 // indirect
18
0 commit comments