JFXStudio: sketch, hack, share

Posts Tagged ‘game

Make a Wish Online

Posted by: javafxgame on: August 18, 2009

I completed a project called “Wish Tree” for my kids. It is an online application for people to leave wishes. Each wish is represented by a lucky star hanging on a Wish Tree. My development platform is JavaFX, PHP and MYSQL. (Click below screenshot to start the JavaFX client and make your wish now [...]

Tags: , , ,

Score your game

Posted by: Sergey Malenkov on: August 5, 2009

I have created the Score class – useful component for game developers. You can use it in your JavaFX game.

Tags: ,

Simple JavaFX “Sink A Ship” game

Posted by: chobicus on: February 26, 2009

This is a simple game which demonstrates some of JavaFX features. Player one controls green submarine with ‘w’, ‘a’, ‘d’ keys and player two controls yellow submarine with arrow keys. Each submarine has 4 missiles and when it runs out of them 2 second timer is started to fill missiles. There are three types of [...]

Tower of Hanoi

Posted by: Sten Anderson on: February 13, 2009

I took a stab at implementing the popular game, “Tower of Hanoi”, in JavaFX.

The object of the game is to move all of the discs from the far left peg to the far right one. A disc can only be placed on top of a disc larger than itself. Click the button to try it [...]

Tags: ,

Challenge: Small is the New Big

This month's challenge: code something cool in only 30 lines, using the theme of Holiday. Ends December 15th.

Tags