https://github.com/oskarrough/emojimind
A take on the classic Mastermind game with emojis, open source and for the web
https://github.com/oskarrough/emojimind
oohgames vue web-game
Last synced: 3 months ago
JSON representation
A take on the classic Mastermind game with emojis, open source and for the web
- Host: GitHub
- URL: https://github.com/oskarrough/emojimind
- Owner: oskarrough
- Created: 2016-09-18T10:08:26.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T06:57:04.000Z (over 3 years ago)
- Last Synced: 2025-10-25T13:49:17.572Z (8 months ago)
- Topics: oohgames, vue, web-game
- Language: JavaScript
- Homepage: https://emojimind.0sk.ar/
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emojimind
A variant of the classic Mastermind board game for the web. Only this time you are free to use your emoji of choice.
The idea is to have an interface to implement Mastermind in any form. In this repo you'll find both:
- `src/emojimind.js` (methods to create your own mastermind game)
- `src/index.js` (an example implementation in Vue.js)
## Roadmap
- [x] Implement mastermind logic
- [x] Vue.js implementation
- [ ] Customizable emojis
- [ ] Use something like pouchdb to save progress
## Development
- `yarn start` — starts a local server that reloads as you work
To deploy, upload the `src` folder to any static web host.
Netlify is configured to automatically deploy the `master` branch to https://emojimind.oskarrough.com.