Simple 2D multi-player online game.
go run main.go
Action | Function |
---|---|
Up arrow key | Move player upward |
Donw arrow key | Move player downward |
Left arrow key | Move player to the left |
Right arrow key | Move player to the right |
go test ./...
goimports -w .
- Harry - Initial works
This project is maintained under MIT license.