Hi,
I would like to introduce my first ever entry in the Java 4k 2006 competition “Doom Buggy 4K”. I would be really interested to know what you all think of it.
http://javaunlimited.net/games/view.php?id=85
The aim on the game is pretty simple. You are in a buggy in a desert and the aim is to make your way through all the “waypoints” on the map [in order] in the allocated time limit. The next waypoint you have to find is lit in green (as opposed to yellow).
Control the buggy using the arrow keys or W,A,S,D (note, there is no reverse)
W/Up (forward)
S/Down (break)
A/Left (left)
D/Right (right)
The waypoints are placed around the map at the same location on each level; so once you find one… remember where it is. The catch is that you have to go through the waypoints in order. The current green waypoint will then disappear and the next waypoint will turn from yellow to green (thus the importance on remember where they are).
In the higher levels, the terrain gets more complex and the waypoints get further apart form one another, and it gets pretty hard. The “minimap” is useful for working out what direction you are heading and where waypoints are. Running off the tops of the high mountains gives you a good view to where the waypoints might be, however, you can not steer while your flying through the air, so you may end up using up valuable time.
Technical Details : The terrain height field is dynamically generated using a plasma cloud algorithm and then lit and coloured using a simple Phong shader.
Please enjoy!