Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 837 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 837 Bytes

Agario3D

A simple NodeJS + WebGL project to learn how to work with javascript, Nodejs, WebGl and Typescript. A 3D multiplayer version of the popular Agar.io game.

Build

  • Install Node.js
  • Build into the dist folder using: npm run build

Run

  • Run the nodejs server with: npm run start
  • Connect to localhost:3000/dist/public/index.html to login with your google username.

Images