Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Latest commit

 

History

History
48 lines (30 loc) · 615 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 615 Bytes

Candy

Simple 2D multi-player online game.

Prerequisites

Getting Started

go run main.go

Usage

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

Testing

go test ./...

Tools

Format code

goimports -w .

Author

  • Harry - Initial works

Contributors

License

This project is maintained under MIT license.