Friday, June 27, 2008, 11:45 AM -
New FeaturesPosted by Administrator
So far the game is very simple. In fact, it can barely be called a game. That being said here is a list of what you can do and how to do it:
Fly: Flight is controlled by the arrow keys on your keyboard.
Shoot: Yes, by popular demand, you can now shoot things. Use the spare bar or either control keys.
Debug Options:
If you are curious about how the game is put together, you can take a little peek under the hood with the following options.
Camera Zoom/Lock (C): The play area of the game is an never ending, looping space-scape. To zoom all the way out and see how the ships move around independent of the camera, hit 'c'.
Region Grid View (V): The game renders only what is within view of the view of the player's ship. This is managed by regions. To see the region's borders, hit 'v'.
Bounding boxes (B): jME debug utilities allow for easily viewing certain things. One of these is the bounding volumes of individual Nodes. Hit 'b' to see how the scenes are made. Combine this with 'v' to see how objects change nodes by moving between regions.
More to come,
--Marc