Archive for October, 2012

Visual Random Numbers

Posted: October 9, 2012 in Java
Tags: , ,

I was wondering if randomly generated numbers with java class Random are generated evenly or any numbers are thrown more often than another or what is going on there :D. So, I made a program that generates random numbers, from 0 to max number that you set, and makes graph from this numbers.

Here is the image of graph window (one square represents one number):Visual Random Numbers graph window

(more…)

Helicopter Battle game

Posted: October 2, 2012 in Uncategorized
Tags: , , ,

I finaly took time to finish the game for animation tutorial that I want to do.  I named it Helicopter battle and the goal is to destroy as many enemy helicopters as you can with the ammo that you have on the helicopter.

Here is the screenshot of the game.

Helicopter Battle game screenshot

At the moment the tutorial article is not yet written, but you can download the game and its java source code on Animation tutorial – Helicopter Bettle.