bad-gal / 3dDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#3D Demo

A very simple 3D multiplayer game made with Three.js with TypeScript. This app uses Socket.io for the networking capabilities


To run locally

In the terminal:

  • Type npm run build to build the project which will generate the bundle.js file
  • Type npm run dev to run the app
  • In the browser go to http://localhost:3000 to see the game in action.

About


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%