Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiejaoude/rock-paper-scissors-game
Rock paper scissors game built with Angular + Material Design
https://github.com/eddiejaoude/rock-paper-scissors-game
hacktoberfest
Last synced: 2 months ago
JSON representation
Rock paper scissors game built with Angular + Material Design
- Host: GitHub
- URL: https://github.com/eddiejaoude/rock-paper-scissors-game
- Owner: eddiejaoude
- Created: 2020-01-05T18:58:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:25:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T23:41:10.830Z (3 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 1.79 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors Game
![Game screenshot](https://user-images.githubusercontent.com/624760/71784657-98785900-2fed-11ea-99c7-d3d8f1367166.png)
This game was built as part of a youtube video https://youtu.be/DlXEHAfFvCQ - don't forget to subscribe to get notified for future videos (it is free)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.21.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).