Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkwebdev/rock-paper-scissors-vanilla-js
Simple implementation of rock-paper-scissors using JS + EJS + browserify
https://github.com/darkwebdev/rock-paper-scissors-vanilla-js
browserify ejs javascript
Last synced: 14 days ago
JSON representation
Simple implementation of rock-paper-scissors using JS + EJS + browserify
- Host: GitHub
- URL: https://github.com/darkwebdev/rock-paper-scissors-vanilla-js
- Owner: darkwebdev
- Created: 2018-08-05T15:32:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T09:51:55.000Z (over 6 years ago)
- Last Synced: 2024-11-22T11:52:26.709Z (3 months ago)
- Topics: browserify, ejs, javascript
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rock-paper-scissors-vanilla-js
Simple implementation of rock-paper-scissors using JS + EJS + browserify## install
```yarn```## lint && test
```yarn test```## build
```yarn build```## develop
```yarn dev```