2018-03-09 17:00:34 -05:00
2018-03-09 16:48:44 -05:00
2018-03-07 18:27:01 -05:00
2018-03-09 16:48:44 -05:00
2018-03-09 16:48:44 -05:00
2018-03-09 17:00:34 -05:00

Air Hockey

A simple browser-based air hockey game using socket.io with Electron desktop client

Development Environment

node 8.9.4 npm 5.7.1 Tested on MacOS 10.13.2

Dependencies

node.js, Electron, socket.io

Installation Instructions

..* Clone to local machine ..* Run npm install from root directory and Electron Client directory to install node module Dependencies

Running the App

Starting the server

..* Execute node app.js from root directory to start the app server

Browser Client

..* Navigate to http://localhost:3000/airhockey.html from your browser

Electron Client

..* Execute npm start from inside the Electron Client directory to launch the Electron Client

Description
A simple air hockey game using web sockets and Electron
Readme 51 MiB
Languages
JavaScript 85.2%
HTML 10.1%
CSS 4.7%