did some server work, its still shit tho
This commit is contained in:
parent
9895a4797f
commit
50976d0f3f
9 changed files with 212 additions and 68 deletions
18
readme.md
18
readme.md
|
@ -1,5 +1,23 @@
|
|||
# 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:
|
||||
|
||||
[ ] 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
|
||||
|
||||
## Features
|
||||
|
||||
[x] Simple chat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue