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
+1
View File
@@ -11,6 +11,7 @@ func main() {
fmt.Println("Starting sshpong server!")
netwrk.LobbyListen()
netwrk.GamesListen()
_ = <-exit
}