Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 369 Bytes

smarthomewebgame

Dependencies

  • Frontend (web, javascript)
    • phaser
      • Javascript game engine
  • Backend (node.js)
    • socket.io
      • For establishing the websocket connection between the server and a client
    • express and pug
      • For web servicing and templating
    • mongodb
      • For logging and saving game states and agent(user) activities