make readme into a todo feature list
This commit is contained in:
parent
473161674f
commit
9895a4797f
1 changed files with 28 additions and 20 deletions
48
readme.md
48
readme.md
|
@ -1,23 +1,31 @@
|
||||||
# WTF how do i implement a game???
|
# WTF how do i implement a game???
|
||||||
|
|
||||||
## Client todo
|
## Features
|
||||||
|
|
||||||
[ ] implement tavern functions
|
[x] Simple chat
|
||||||
[x] token drag & drop
|
[ ] Simple map view with moveable tokens
|
||||||
[ ] Chat
|
[ ] spawn tokens
|
||||||
[x] Send new chat messages
|
[x] move tokens
|
||||||
[x] recv new chat messages
|
[ ] change map
|
||||||
[ ] roll a die when chat message requests that
|
[ ] show grid
|
||||||
[ ] figure out how to zoom on the mouse instead of the center of the div
|
[ ] multiple maps
|
||||||
[ ] data reqs
|
[ ] Chat actions
|
||||||
|
[x] Define chat action
|
||||||
## Server todo
|
[x] show roll dialog on chat aciton
|
||||||
|
[ ] send action roll and get result
|
||||||
[ ] impl different requests
|
[ ] allow modify action roll stuff
|
||||||
[ ] actual normal login
|
[ ] allow adding custom rolls to action roll stuff
|
||||||
[x] allow sending of old info
|
[ ] Roll dice for no reason
|
||||||
[x] chat history
|
[ ] roll dice animation because its fun
|
||||||
[ ] send texture (map/token/image)
|
[ ] Character sheet
|
||||||
[ ] force show something
|
[ ] Create new character sheet
|
||||||
[ ] mouse ping (ideally multiple types)
|
[ ] view sheet
|
||||||
[ ] data reqs
|
[ ] assign sheet (and character by extention) to user
|
||||||
|
[ ] Display image
|
||||||
|
[ ] Free move / Turn based movement
|
||||||
|
[ ] clickable stuff
|
||||||
|
[ ] only gm visible stuff (like traps and info stuff)
|
||||||
|
[ ] combat fog
|
||||||
|
[ ] Characters in current map/scene
|
||||||
|
[ ] initiative tracker
|
||||||
|
[ ] cards system (for a playstyle that relies less on the map)
|
Loading…
Reference in a new issue