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: 2 months ago
JSON representation
Mastermind
- Host: GitHub
- URL: https://github.com/vrugtehagel/pure-css-mastermind
- Owner: vrugtehagel
- Created: 2023-06-25T13:10:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T16:56:57.000Z (5 months ago)
- Last Synced: 2025-01-05T17:23:19.680Z (4 months ago)
- Topics: mastermind, mastermind-board-game, mastermind-game, no-javascript
- Language: HTML
- Homepage: https://vrugtehagel.nl/mastermind
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pure CSS 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!