minesweeper
minesweeper copied to clipboard
Menus
I've implemented Windows 98's menus with meticulous detail, in a library called OS-GUI.js. It supports hotkeys and screen-reader access and checkmarks and all that goodness. I've integrated my menus with Minesweeper for 98.js.org, and I can send a pull request adding the feature.
There's no framework dependency for the menubar component, but the window component requires jQuery currently (I'm phasing it out.) I could either:
- Add just the menus, sort of like how my fork of your minesweeper app in standalone mode works,
- Add also the window component and jQuery dependency, or
- Add a static non-functional window frame (HTML/CSS-only), which seems fine for a demo.
- I guess I could also work on removing the jQuery dependency, and then send a pull request.