Skip to content

Diego6k9/simon-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game

An implementation of the classic Simon memory game using vanilla HTML, CSS, and JavaScript.

Getting Started

Open diego6k9.github.io/simon-game in your browser to play.

Development

  • Source files are in js/ and styles in css/.
  • Audio assets are located under assets/sounds/.
  • You can use any editor; project was created in WebStorm.

Git ignore

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/).

License

See LICENSE for details.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors