Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimriru/simon-the-game
Игра Simon
https://github.com/rimriru/simon-the-game
vuejs
Last synced: 6 days ago
JSON representation
Игра Simon
- Host: GitHub
- URL: https://github.com/rimriru/simon-the-game
- Owner: Rimriru
- Created: 2023-11-17T16:13:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T20:31:04.000Z (about 1 year ago)
- Last Synced: 2023-11-19T21:29:36.503Z (almost 1 year ago)
- Topics: vuejs
- Language: Vue
- Homepage: https://rimriru.github.io/simon-the-game/
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simon-the-game
### Описание
Это классическая игра Simon, где игроку предлагается повторить проигрываемую последовательность (цвет + звук) с регистрацией счёта, написанная с помощью фреймворка Vue. В игре предусмотрено 3 уровня сложности, которые отличаются временной задержкой между подаваемыми сигналами.
**Стек**: Vue 2, Webpack
## Инструкция по установке
```sh
npm install
```### Запуск с hot-reload
```sh
npm run dev
```