Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlms13/codebreaker
A simple Javascript take on a Mastermind-style code breaking game.
https://github.com/mlms13/codebreaker
Last synced: 25 days ago
JSON representation
A simple Javascript take on a Mastermind-style code breaking game.
- Host: GitHub
- URL: https://github.com/mlms13/codebreaker
- Owner: mlms13
- Created: 2013-04-13T11:06:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-23T12:47:37.000Z (over 11 years ago)
- Last Synced: 2024-04-15T12:13:22.325Z (7 months ago)
- Language: JavaScript
- Size: 336 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Codebreaker
===========Codebreaker is an HTML/CSS/Javascript implementation of the code-breaking game [Bulls and Cows][1]. Similar to the [Mastermind board game][2], codebreaker uses a pattern of colors.
I originally wrote Codbreaker in 2011 as an excercise in CSS and Javascript. The code is a bit messy, to say the very least, but I hope to clean it up significantly and package it as a node-webkit app.
[1]: http://en.wikipedia.org/wiki/Bulls_and_cows
[2]: http://en.wikipedia.org/wiki/Mastermind_(board_game)