https://github.com/scya597/rps-lottery
Game Project - Combines Rock–Paper–Scissors game with Lottery model
https://github.com/scya597/rps-lottery
game project
Last synced: over 1 year ago
JSON representation
Game Project - Combines Rock–Paper–Scissors game with Lottery model
- Host: GitHub
- URL: https://github.com/scya597/rps-lottery
- Owner: Scya597
- Created: 2017-07-23T15:48:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T22:50:21.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T15:50:02.261Z (over 1 year ago)
- Topics: game, project
- Language: JavaScript
- Homepage: https://sleepy-forest-52829.herokuapp.com/
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPS-Lottery
A simple app that combines Rock–paper–scissors game with Lottery model
## start
```
npm run dev
npm start
```
Then go to `http://localhost:8080`
## Demo
[RPS-Lottery](https://sleepy-forest-52829.herokuapp.com/)