I continue to develop simple games demos to feel better the strengths and weakness of JavaFX for game development. Preview: [youtube]hR2LiKiBUgE[/youtube] Click to play via…
I continue to develop simple games demos to feel better the strengths and weakness of JavaFX for game development. Preview: [youtube]hR2LiKiBUgE[/youtube] Click to play via…
[youtube]NRwRTHPGg6M[/youtube] In a game I wrote some years ago we handled simple rectangular collisions. Given the points: We did: // returning 0 means collision int…
A simple demo using some techniques described in the post JavaFX side scrolling gaming. [youtube]yNUfo538mfA[/youtube] Original ogg video: blackdot.ogg Source (NetBeans project): BlackDot.tar.gz Source (one…
I started to make several small JavaFX game demos. I’m doing that to fell where JavaFX is good to make this sort of game and…
This post continues a serie of posts I’m writing about 2D game development in Java. A simple example of an JPanel that implements KeyListener (and…
An side-scrolling game attempt. I used two images, this mountain background made with Gimp (xcf sources here) and that ship above made with Inkscape (svg…