The basic example is a close to barebones example of how to use World Engine.The Cardinal shard contains the following:
Player entities
Health component
Regen system
Attack command
Player death event
While the client is a minimal Go client that operates via command-line.Once scaffolded, you can run the World Engine stack (Cardinal shard, gateway, etc.) with:
Copy
world dev # TODO
Once Tilt is running, you can play around with the client.
Copy
go run cmd/client/main.go create-player johndoe# go run cmd/client/main.go to see all commands