Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```