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???
|
||||
|
||||
## Client todo
|
||||
## Features
|
||||
|
||||
[ ] implement tavern functions
|
||||
[x] token drag & drop
|
||||
[ ] Chat
|
||||
[x] Send new chat messages
|
||||
[x] recv new chat messages
|
||||
[ ] roll a die when chat message requests that
|
||||
[ ] figure out how to zoom on the mouse instead of the center of the div
|
||||
[ ] data reqs
|
||||
|
||||
## Server todo
|
||||
|
||||
[ ] impl different requests
|
||||
[ ] actual normal login
|
||||
[x] allow sending of old info
|
||||
[x] chat history
|
||||
[ ] send texture (map/token/image)
|
||||
[ ] force show something
|
||||
[ ] mouse ping (ideally multiple types)
|
||||
[ ] data reqs
|
||||
[x] Simple chat
|
||||
[ ] Simple map view with moveable tokens
|
||||
[ ] spawn tokens
|
||||
[x] move tokens
|
||||
[ ] change map
|
||||
[ ] show grid
|
||||
[ ] multiple maps
|
||||
[ ] Chat actions
|
||||
[x] Define chat action
|
||||
[x] show roll dialog on chat aciton
|
||||
[ ] send action roll and get result
|
||||
[ ] allow modify action roll stuff
|
||||
[ ] allow adding custom rolls to action roll stuff
|
||||
[ ] Roll dice for no reason
|
||||
[ ] roll dice animation because its fun
|
||||
[ ] Character sheet
|
||||
[ ] Create new character sheet
|
||||
[ ] view sheet
|
||||
[ ] 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