Two players compete to either build their Tower to a height of 137 or destroy the tower of the opponent. To do this, players have to develop a strategy for playing their cards. This is a turn-based game. On every turn, a new card is placed from the Deck to the Hand of the Player.
Tag Archives: applet
Released Source Code For Web Hangman
After receiving few emails requesting web hangman’s java source code, I decided to make it publicly available. Feel free to change it as you wish and let me know if you make anything nice with it. Remember that after building and before deploying you will must sign the applet with your certificate. This is well explained on the article “How to open/read/write a local file from an applet“.
Online Web Hangman
I wrote webhangman as an experiment of a game that uses the web for its data. Hangman is a classic and simple game. Fetching images that are related to the hidden keyword gives it a twist and I hope it makes it more interesting. Maybe a little like playing the opposite of google images.
Did you like webhangman? Is there anything I can do to improve it?