Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cilindrox/rps
Rock-paper-scissors-as-webapp implementation
https://github.com/cilindrox/rps
Last synced: about 1 month ago
JSON representation
Rock-paper-scissors-as-webapp implementation
- Host: GitHub
- URL: https://github.com/cilindrox/rps
- Owner: cilindrox
- Created: 2014-11-20T02:55:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T18:55:37.000Z (about 10 years ago)
- Last Synced: 2024-04-15T01:05:50.490Z (9 months ago)
- Language: JavaScript
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock, Paper, Scissors
A sample RPS implementation using Angular, Bootstrap and HTML5 boilerplate.
## Setup
1. Clone the repo and `cd` into the folder
2. `npm install` its dependencies
3. `grunt` && `grunt serve`
4. ????
5. Profit!## Considerations
![not proud of it](http://s2.favim.com/orig/36/disgusting-moe-proud-simpsons-the-simpsons-Favim.com-291281.gif)
This was made-for and tested with Google's Chrome browser. I would not trust anything other than `v38.0.2125.122`, and strangers offering free candy. Never trust those.
The `play` view was originally intended to be used with a [dropdown button] \([see ref][image-preview]) but ended up going for a dropdown menu due to some problems with `href`s.
**Note** Alternatives such as [Angular-Bootstrap] do exist, so my guess is I'll be revisiting this option in the near future.**Important**: the second player's moves are currently hardcoded, I'll be revisiting this as I add the logic to store player + move for each player on the main service helper.
## Libraries and dependencies
Uses the excellent [Angular generator][generator-angular], made with Yeoman.
Uses the amazing [angular-dropdowns](https://github.com/jseppi/angular-dropdowns) dependency by @jseppi.
For more info and licensing, see the `about` page in-app.
### TODO
- [ ] Write them tests\*
- [ ] Sanitize name input (main screen)
- [ ] Add validations for missing player names
- [ ] Add validations for routes
- [ ] Perhaps switch to a Factory model, instead of using Services? (Somewhat nice to have)\* I played around with Angular and Karma in a particularly flew-ish afternoon (as in, I had this horrible cold with fever and whatnot), so there's that.
[dropdown button]: http://getbootstrap.com/components/#btn-dropdowns
[image-preview]: https://www.dropbox.com/s/erve0y8uy45hm16/Screenshot%202014-11-21%2001.43.04.png?dl=0
[generator-angular]: https://github.com/yeoman/generator-angular
[Angular-Bootstrap]: http://angular-ui.github.io/bootstrap/#/getting_started