Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)