Skip to content

A simple game server made entirely with Javascript, HTML and CSS.

Notifications You must be signed in to change notification settings

RevelMind/game-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Game Server

Dependencies

  • NodeJS
  • Electron
  • node-fetch

Usage

To get started with the Game Server project, run the following:

node server.js # Should output:
# > Hosted server at localhost:8080
cd client
npm start

You'll see two windows open, Game Controller and Game Client. If you click into the Game Controller window, you can control the cube with the W, A, S and D keys. You should see it moves the cube in both windows.

About

A simple game server made entirely with Javascript, HTML and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published