jamesliangg / EECS-1012-Final-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EECS 1012 Final Project

A game to guess the number generated by a computer.

To Use Program

Clone repository and cd into the directory via terminal.
Run npm install in terminal.
Run node number_server in terminal to start server.
Open index.html and play.

To end server, in terminal press CTRL + C.

To Run Tester

Open the project_tester.html.

The Mocha test uses project_tester.js and test_functions.js. The functions in the test functions file are copied from number_client.js and number_server.js.

About


Languages

Language:JavaScript 66.0%Language:HTML 24.4%Language:CSS 9.7%