Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tiagodanin/rock-paper-scissors-web

Rock Paper Scissors Machine Learning Web (Use my "Rock-Paper-Scissors-ML")
https://github.com/tiagodanin/rock-paper-scissors-web

hacktoberfest machine-learning paper rock rock-paper-scissor-machine-learning rock-paper-scissors scissors website

Last synced: 4 days ago
JSON representation

Rock Paper Scissors Machine Learning Web (Use my "Rock-Paper-Scissors-ML")

Awesome Lists containing this project

README

        

# Rock Paper Scissors Web
[![Version](https://img.shields.io/npm/v/rock-paper-scissors-web.svg?style=flat-square)](https://npmjs.org/package/rock-paper-scissors-web)
[![Downloads](https://img.shields.io/npm/dt/rock-paper-scissors-web.svg?style=flat-square)](https://npmjs.org/package/rock-paper-scissors-web)
[![Travis](https://img.shields.io/travis/TiagoDanin/Rock-Paper-Scissors-Web.svg?branch=master&style=flat-square)](https://travis-ci.org/TiagoDanin/Rock-Paper-Scissors-Web)

Rock Paper Scissors Machine Learning Web

## Features
- Webview
- Machine Learning
- Fun Game :)

## Installation
Module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.

```sh
# NPM
npm install rock-paper-scissors-web --save
# Or Using Yarn
yarn add rock-paper-scissors-web
```

## Usage

- [tiagodanin.github.io/Rock-Paper-Scissors-Web/](https://tiagodanin.github.io/Rock-Paper-Scissors-Web/)

## Tests
To run the test suite, first install the dependencies, then run `test`:

```sh
# NPM
npm test
# Or Using Yarn
yarn test
```

## Dependencies
- [rock-paper-scissors-ml](https://ghub.io/rock-paper-scissors-ml): Rock Paper Scissors Machine Learning

## Dev Dependencies
- [webpack](https://ghub.io/webpack): Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- [webpack-cli](https://ghub.io/webpack-cli): CLI for webpack & friends

## Related
- [rock-paper-scissors-cli](https://ghub.io/rock-paper-scissors-cli): Rock Paper Scissors Machine Learning CLI
- [rock-paper-scissors-ml](https://ghub.io/rock-paper-scissors-ml): Rock Paper Scissors Machine Learning

## Contributors
Pull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/TiagoDanin/Rock-Paper-Scissors-Web/issues). [List of all contributors](https://github.com/TiagoDanin/Rock-Paper-Scissors-Web/graphs/contributors).

## License
[MIT](LICENSE) © [Tiago Danin](https://TiagoDanin.github.io)