RPSLS with client-side implemented
Run
Use Node.js to run index.js. Open web browser to localhost:3000.
Features
- Simulates a game of Rock Paper Scissors Lizard Spock with the server, which randomly selects a choice
- Stats are recorded in JSON object for the duration of the server's uptime
- Results are returned in said JSON object for the client-side javascript to interpret
- Provides a simple HTML interface to easily test the program