Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harveyd/repeat-after-me
A Simon says game clone made using Typescript and HTML5 Canvas
https://github.com/harveyd/repeat-after-me
Last synced: about 1 month ago
JSON representation
A Simon says game clone made using Typescript and HTML5 Canvas
- Host: GitHub
- URL: https://github.com/harveyd/repeat-after-me
- Owner: HarveyD
- Created: 2017-04-22T10:47:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T04:57:34.000Z (almost 5 years ago)
- Last Synced: 2024-10-26T04:23:28.613Z (3 months ago)
- Language: TypeScript
- Homepage: https://www.harveydelaney.com/repeatafterme
- Size: 411 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repeat After Me (Simon Says)
[![Build Status](https://jenkins.harveydelaney.com/buildStatus/icon?job=repeat-after-me)](https://jenkins.harveydelaney.com/job/repeat-after-me/)
![RepeatAfterMe](https://i.imgur.com/FVXiFUg.png)
A simple JS canvas game made to help myself become better at writing cleaner JS. Also used TypeScript to learn what benefits it brings (I now love TypeScript).
It's just a simple Simon Says clone. If you don't know what it is look at [Wikipedia](https://en.wikipedia.org/wiki/Simon_Says).
Play the game [on my website](https://www.harveydelaney.com/repeatafterme)
## Development
Run the following:1. `npm install`
2. `npm run dev`
3. Navigate to newly created `dist` directory and open `index.html`.## Production
1. `npm install`
2. `npm run build`