Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrugtehagel/pure-css-mastermind
Mastermind
https://github.com/vrugtehagel/pure-css-mastermind
mastermind mastermind-board-game mastermind-game no-javascript
Last synced: about 1 month ago
JSON representation
Mastermind
- Host: GitHub
- URL: https://github.com/vrugtehagel/pure-css-mastermind
- Owner: vrugtehagel
- Created: 2023-06-25T13:10:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T07:47:35.000Z (11 months ago)
- Last Synced: 2024-02-08T08:37:52.177Z (11 months ago)
- Topics: mastermind, mastermind-board-game, mastermind-game, no-javascript
- Language: HTML
- Homepage: https://vrugtehagel.nl/mastermind
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pure CSS Mastermind
Try it at [vrugtehagel.nl/mastermind](https://vrugtehagel.nl/mastermind)!
This is somewhat of a sequel to my [pure CSS calculator](https://github.com/vrugtehagel/pure-css-calculator/). I wanted to do something showing off the power of CSS while also being a bit more fun than a calculator. So, this version of Mastermind was born.
It's a bit more polished than the calculator, but the code is still spaghetti because using only HTML and CSS to write a functional page is not generally a maintainable way of doing things.
Also, accessibility was basically thrown out the window. It works only for users with perfect vision. Not very inclusive of me, I know...
Anyway, enjoy!