https://github.com/shystruk/marlinspike-slot
🎮 Full stack JavaScript application. The game which can display a random outcome generated on the server.
https://github.com/shystruk/marlinspike-slot
express fullstack javascript nodejs
Last synced: 4 months ago
JSON representation
🎮 Full stack JavaScript application. The game which can display a random outcome generated on the server.
- Host: GitHub
- URL: https://github.com/shystruk/marlinspike-slot
- Owner: shystruk
- License: mit
- Created: 2017-11-15T11:08:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T23:15:19.000Z (about 8 years ago)
- Last Synced: 2025-07-18T19:16:56.258Z (about 1 year ago)
- Topics: express, fullstack, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.67 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Marlinspike Slot** #
[](https://opensource.org/licenses/mit-license.php)
Full stack javascript application. The game which can display a random outcome generated on the server.

Marlinspike Slot has been tested on major browsers Chrome/Opera/Firefox/Safari/IE and Device Mode (iPhone 5, Galaxy S5, iPad) on Chrome :)
## **START** ##
**!!!** go to root directory *marlinspike-slot/* and then:
1. **npm install**
1. **npm start**
1. Go to **http://127.0.0.1:777/**
### **BONUS** ###
After **10 tries** you will have the chance to get the bonus if you have **"No Win!"**.
### **Run server tests** ###
**!!!** go to root directory *marlinspike-slot/* and then:
1. **npm start**: and leave server working
1. **npm test**: (run tests ones)
Or run with watch flag - **mocha tests --recursive --watch**
**!!!**The recursive flag will find all files in subdirectories, and the watch flag will watch all your source and test files and rerun the tests when they change.