/artil-io

A 2D online multiplayer artillery game based on Phaser.

Primary LanguageTypeScript

Screenshots

Game Lobby

Game Screenshot

Setting Up Environment

  1. Install/update VSCode and Docker
  2. Install Remote Development extension pack. Read about devcontainer here.
  3. Open Command Pallete F1 and run Rebuild and run in container
  4. Run yarn install to install dependencies
  5. Run yarn dev to start the frontend server
  6. Run yarn dev:server to start the backend server
  7. Join the game through localhost:4000 on your web browser