Skip to content

Commit

Permalink
Merge branch 'master' into feature/debug-menu-always-on-top
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Aug 23, 2020
2 parents ac9e022 + 11982b7 commit 3ec0b44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roadmap.md
Expand Up @@ -11,7 +11,7 @@ The issues below (and some others that are not in this document) are also availa
### AI

- [x] MCTS bot ([issue](https://github.com/boardgameio/boardgame.io/issues/7#issuecomment-389453032))
- [ ] ability to add priorities and objectives ([issue](https://github.com/boardgameio/boardgame.io/issues/7#issuecomment-389453032))
- [x] ability to add priorities and objectives ([issue](https://github.com/boardgameio/boardgame.io/issues/7#issuecomment-389453032))
- [ ] Bots in multiplayer games ([issue](https://github.com/boardgameio/boardgame.io/issues/383)) **[help needed]**

### Lobby
Expand All @@ -36,8 +36,8 @@ The issues below (and some others that are not in this document) are also availa
### Core

- [x] phases -> turns -> stages
- [ ] turn order improvements ([issue](https://github.com/boardgameio/boardgame.io/issues/154))
- [ ] log improvements ([issue](https://github.com/boardgameio/boardgame.io/issues/227))
- [x] turn order improvements ([issue](https://github.com/boardgameio/boardgame.io/issues/154))
- [x] log improvements ([issue](https://github.com/boardgameio/boardgame.io/issues/227))
- [x] add immutability helper (Immer) ([issue](https://github.com/boardgameio/boardgame.io/issues/295))

### Server
Expand All @@ -49,5 +49,5 @@ The issues below (and some others that are not in this document) are also availa

- [ ] recipes for different game scenarios
- [ ] code organization patterns
- [ ] deployment tutorial
- [ ] tutorial using the vanilla JS client
- [x] deployment tutorial
- [x] tutorial using the vanilla JS client

0 comments on commit 3ec0b44

Please sign in to comment.