Initial commit.

This commit is contained in:
2024-12-08 12:24:33 -05:00
commit d9d09e5169
17 changed files with 671 additions and 0 deletions

6
gamedata/gamedata.go Normal file
View File

@@ -0,0 +1,6 @@
package gamedata
type Coordinates struct {
X float64
Y float64
}