buttercrab / webgame

Super fast web game using p2p connection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webgame

Some Problem with Domain Check Unsafe

Introduction

The WebGame using node.js

Installing

First, download the zip file or clone this repository

git clone https://github.com/buttercrab/webgame.git

Then, go into the directory

cd webgame

Then run:

npm install
npm run ready

Then in server.js, change configurations to run in your computer

When all done run

npm run start

to start the server

License

This project is licensed under the MIT License - see the LICENSE file for details

References

  • Used 404 page from here
  • Used login page from here
  • Used loader from here

About

Super fast web game using p2p connection

License:MIT License


Languages

Language:JavaScript 88.5%Language:HTML 11.5%