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

Latest commit

 

History

History
51 lines (32 loc) · 1.64 KB

roadmap.md

File metadata and controls

51 lines (32 loc) · 1.64 KB

Roadmap to v1.0

This is a living document capturing the current areas of focus, and what needs to get done before we are ready for a v1 release.

  • Areas that need help are marked with [help needed].
  • Stuff that nicolodavis@ is working on is marked with [N].

AI framework

  • MCTS bot (issue)
  • ability to add priorities and objectives (issue) [N]

UI framework

  • Drag and Drop (cards and decks).
  • Drag and Drop (tokens and grids).
  • 3D components (issue)

Lobby

  • basic create and join API
  • simple web-based lobby (issue) [help needed]

Storage

  • Mongo
    • add Mongo support
    • add error handling [help needed]
  • Firebase / Other
    • add support for one more backend (Firebase?)

Core

  • turn order improvements (issue) [N]
  • log improvements (issue)

Server

  • abstract away server component (issue)
  • server scaling (issue)

Documentation

  • code organization best practices
  • document event API thoroughly (with examples)
  • deployment tutorial
  • generate markdown from jsdoc?