Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

buttercrab/webgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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