Skip to content

Commit

Permalink
Added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestoR committed Jul 19, 2012
1 parent 1d9f34a commit eac8fff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README
@@ -1,2 +1,10 @@
Proyecto de buscaminas con extjs 4
# MineSweeper for Extjs 4.1

## History
While I was checking out http://try.sencha.com I came across this example:
http://try.sencha.com/extjs/4.1.1/community/minesweeper/ by manduks-http://www.armando.mx/#/title

I really liked the example yet it wasn't a complete version of Minesweeper it was missing several configs to make the game fully playable so I decided to create the full version of Minesweeper in Extjs.

##Development
Since I originally thought about extending @manduks I forked his project. Yet when analyzing the code and planning the revealing algorithm I realized that his grid.Panel didn't adjust well to my solution so I created my own UX extending from Ext.view.View

0 comments on commit eac8fff

Please sign in to comment.