start game logic and pong physics

This commit is contained in:
Beric Bearnson
2024-08-26 10:02:05 -06:00
parent b3df666196
commit e31dbef6ef
11 changed files with 591 additions and 206 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ go 1.22.2
require (
github.com/google/uuid v1.6.0
google.golang.org/protobuf v1.34.2
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.22.0 // indirect
google.golang.org/protobuf v1.34.2
)