-
Notifications
You must be signed in to change notification settings - Fork 0
Planned Stuff
Chris Achenbach edited this page Sep 8, 2018
·
5 revisions
- use requestAnimationFrame() to make smooth movements between tiles.
- add an image (or several images) that is drawn on the player canvas
- as player moves
- (experiment) try out CSS animations for changing the player image.
- (experiment) try out CSS animations for actually moving the canvas around the screen toward it's next tile.
- use LocalStorage web APIs to temporarily save a unique username.
- server keeps usernames attached to client connections.
- server deletes the player object from the PlayerList when the client is disconnected.
TODO
| Approx | Description |
|---|---|
| 10 | persistant sessions |
| 15 | NPCs |
| 20 | Interactive Objects |
| 23 | playable |
| .. | saved accounts |
| .. | Items and Treasure |
| .. | Magic |
| .. | More Tiles and Maps |
| .. | Quests |