Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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")
- Host: GitHub
- URL: https://github.com/tiagodanin/rock-paper-scissors-web
- Owner: TiagoDanin
- License: mit
- Created: 2018-12-29T14:56:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T22:54:18.000Z (4 days ago)
- Last Synced: 2024-10-31T23:27:00.399Z (4 days ago)
- Topics: hacktoberfest, machine-learning, paper, rock, rock-paper-scissor-machine-learning, rock-paper-scissors, scissors, website
- Language: JavaScript
- Homepage:
- Size: 243 KB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)