Game Samples

Game code provides a little distraction after hours working on business applications and databases.

This is my versions and implementation of Peg Solitaire game. Try to remove all but one peg to win the game. I wrote my first verion of this puzzle back in my Visual Basic 6 days.

This game is simple HTML with javascript and uses jQuery and Hand.js

Instructions:

Cross Puzzle
To move a peg, you must jump over neighboring peg to a empty hole. You can only jump over a single peg per move. You can jump in a vertical or horization direction. No diagonal moves.

Triangle Puzzle
To move a peg, you must jump over neighboring peg to a empty hole. You can only jump over a single peg per move. You can jump in a horization or diagonally direction.

To Do List:

  • Improve instructions. Maybe an animated gif
  • Improve mobile experience. Screen size issues
  • Add additional messages based on the number of pegs left at the end of the game
  • Add scoring, besides just counting pegs.
  • Add a hint feature
  • Add penalty points for each undo.

This is a simple game that lacks much polish. It was built using the example provided by the article from MSDN.

I've made a few changes but the game loop and AI logic really need work.

Project currently uses the following projects: