An implementation of the classic Simon memory game using vanilla HTML, CSS, and JavaScript.
Open diego6k9.github.io/simon-game in your browser to play.
- Source files are in
js/and styles incss/. - Audio assets are located under
assets/sounds/. - You can use any editor; project was created in WebStorm.
This repository includes a .gitignore tailored for JetBrains IDEs (WebStorm/IntelliJ) and common JavaScript artifacts:
- Ignores IDE project files such as
.idea/and*.iml. - Ignores typical Node/JS folders and logs like
node_modules/,*.log, and lockfiles. - Ignores OS-specific files (
.DS_Store,Thumbs.db).
If you use a different editor or add build tooling later, extend .gitignore accordingly (e.g., add dist/, build/).
See LICENSE for details.