update the readme and remove the todo list
This commit is contained in:
parent
bb7d3c48ea
commit
8bacc43bd8
1 changed files with 3 additions and 40 deletions
43
readme.md
43
readme.md
|
@ -1,22 +1,6 @@
|
|||
# WTF how do i implement a game???
|
||||
|
||||
## Short range todo list to keep me going
|
||||
|
||||
[x] Move tokens into `Game` from `GameServer`
|
||||
[x] Move login into `GameServer` from the web server socket handler (and prevent multiple logins for the same user)
|
||||
[ ] Add admin settings panel
|
||||
[ ] Only show to admins
|
||||
[ ] Adding new players (as in, login stuff, but this will be unimplemented in the actual server until i do the login database or something similar)
|
||||
[ ] Creating new characters
|
||||
[ ] Allow creation of characters for admins
|
||||
|
||||
shit that needs to be done with characters handling:
|
||||
|
||||
[x] Create character: admins only
|
||||
[ ] view character list (all pc characters i think, or maybe only scene available characters?)
|
||||
[ ] get character info
|
||||
[ ] set character info
|
||||
[ ] assign character to user
|
||||
Honestly, i dont think i need a todo list currently as there is enough for me to go 'oooh i'll do that' and keep progressing `:)`
|
||||
|
||||
## Features
|
||||
|
||||
|
@ -25,7 +9,7 @@ shit that needs to be done with characters handling:
|
|||
[ ] spawn tokens
|
||||
[x] move tokens
|
||||
[ ] change map
|
||||
[ ] show grid
|
||||
[x] show grid
|
||||
[ ] multiple maps
|
||||
[ ] Chat actions
|
||||
[x] Define chat action
|
||||
|
@ -46,25 +30,4 @@ shit that needs to be done with characters handling:
|
|||
[ ] combat fog
|
||||
[ ] Characters in current map/scene
|
||||
[ ] initiative tracker
|
||||
[ ] cards system (for a playstyle that relies less on the map)
|
||||
|
||||
|
||||
|
||||
Scene:
|
||||
Map:
|
||||
Background image (the map itself)
|
||||
Tokens:
|
||||
Location
|
||||
Image
|
||||
Character
|
||||
...
|
||||
...
|
||||
Images (popup images) (ability to list)
|
||||
Characters (ability to list)
|
||||
|
||||
Get a list of scenes
|
||||
user picks a scene to view
|
||||
get scene characters
|
||||
get short for each character
|
||||
get the map
|
||||
IF map THEN get tokens
|
||||
[ ] cards system (for a playstyle that relies less on the map)
|
Loading…
Add table
Add a link
Reference in a new issue