Samstag, 23. November 2013

javascript games for Nintendo 3DS

For a few a my javascript games I have created version specifically for Nintendo DS / 3DS

A card game called Treasure Trove or Osmosis  and a game of battling destroyer ships

Other games on the site  http://www.kielack.de/games.htm
can also be played on Nintendo 3DS in the internet browser. like oasis, small color, marble solitair, mine sweeper, sudoku, sokoban and the 'Graphic adventure maze' . although I have to admitt that the user interface is not yet optimal for a N3DS.

Mittwoch, 19. September 2012

triple search script used by gaming website playduply

The javascript game 'triple search' seems to be a good idea because it was today also licensed by & integrated into the gaming website playduply.de

Montag, 17. September 2012

Triple Search

I have created a new game that is similiar to my 'match pairs' game. I call that new javacript game Triple Search because you have to find triples of matching cards.

Donnerstag, 3. März 2011

new isometric sokoban game

I have made a new isometric interface for sokoban available, so that you can play 80 sokoban level that were selected from the 100+ sokoban level that had been created on my sokoban page

Montag, 18. Januar 2010

had to rename the train game javascripts

Because of a request by net4TV/games4tv I had to rename my train game javascript.
two version I have changed into truck game, a simple truck game and into a game of building locomotives

Donnerstag, 14. Januar 2010

added train sorting games in my games overview

After debugging it extensively, I have added the two train sorting games also to my Javascript games overview
and also a german translation to my german javascript games overview

Freitag, 4. Dezember 2009

tetris for classic webtv box

I have finally fixed the tetris game at http://www.kielack.com/games/tetris.php so that it is even working in a classic webtv box.
Although I had written it already in a very basic javascript it did not run on a classic webtv box.
It ran fine in a emulator but that covers only the newer web boxes.
Fortunately I found a user, who could test it for me.
It took me quite some time until I figured that the classic box did not support
do { } while
but only
while { }
after a minor change in the logic the games runs now as originally intended.