Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 562 Bytes

ROADMAP.md

File metadata and controls

21 lines (15 loc) · 562 Bytes

Pixel Pony Roadmap

At first

  • Four clients+ connecting to the server and broadcasting messages to all
  • Going online
  • Adding Phaser, with types and showing a map of random color squares. The map moves with WASD & arrow keys.
  • Improving the messaging protocol and to send move events and display moving ponies
  • Ponies can talk

Later

  • Allow sitting with [x] / cancel with [c]
  • https
  • Auto-deploy
  • CI

Todo

  • Split server.ts into start.ts and route.ts
  • Refactor code to use less callback passing, less dependecy injetion and more coroutines