https://github.com/swic-web-dev/simon-game
It's a Simon Game in Vanilla JS
https://github.com/swic-web-dev/simon-game
audio-context-api simon-game tailwind-css vanilla-javascript
Last synced: 3 months ago
JSON representation
It's a Simon Game in Vanilla JS
- Host: GitHub
- URL: https://github.com/swic-web-dev/simon-game
- Owner: SWIC-Web-Dev
- License: mit
- Created: 2024-10-09T05:17:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T22:08:10.000Z (7 months ago)
- Last Synced: 2024-10-19T09:21:28.432Z (7 months ago)
- Topics: audio-context-api, simon-game, tailwind-css, vanilla-javascript
- Language: JavaScript
- Homepage: https://swic-simon.netlify.app
- Size: 344 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simon Game
## Uses
- Vanilla 🍨 JavaScript. It's nice to take a break from React, etc. once in a while!
- TailwindCSS with [Rombo's TailwindCSS Motion 💫](https://github.com/romboHQ/tailwindcss-motion)
- A functional approach. No `class`! 🤯
- [AudioContext](https://developer.mozilla.org/en-US/docs/Web/API/AudioContext)