So I am taking a better approach to development with this project. I am doing TDD with Qunit! This should hopefully go a long way toward keeping the game stable over time.
So far the project is progressing pretty good. I pretty much have added all the tiles to the wall in the back end. After I finish that up, I will start looking at starting the game by dealing with the dice rolls and assigning tiles to the players.
I am looking forward to pattern matching on the tiles to check for yakus. Figuring out how to write that pattern matching algorithm could be potentially interesting.

No comments:
Post a Comment