Skip to content

Planned Stuff

Chris Achenbach edited this page Sep 8, 2018 · 5 revisions

Player Sprites and Animation

  • 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.

temporary usernames

  • 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.

Persistent Sessions

TODO

Example Dates

Approx Description
10 persistant sessions
15 NPCs
20 Interactive Objects
23 playable
.. saved accounts
.. Items and Treasure
.. Magic
.. More Tiles and Maps
.. Quests

Clone this wiki locally