| Author Details |
|---|
| All Tutorials by Alex Zak | Home page URL is http://www.mysuperiorgames.com/ |
|
|---|
A short overview of the most common image types used in game programming: JPEG, GIF and PNG.
Discusses their advantages and disadvantages.
| | Hits:108 Rate: 0.0(out of 5) Vote:0 Submit Date :2007-09-18 Rate It | Error | Review | | | Category: Home > Java > Game Programming |
|
|
|---|
The following article describes a system of three classes I wrote for making Java games. You may use them for learning
or for making your own games. You will only
need to extend one of them, while the classes I wrote
handle input (by listening to it, and informing your class whenever an input event happens) and output (by asking
your game class for what to paint on the screen).
| | Hits:166 Rate: 1.0(out of 5) Vote:1 Submit Date :2007-09-18 Rate It | Error | Review | | | Category: Home > Java > Game Programming |
|
|
|---|
A simple tutorial about using resources in C#.
Explains how to create a resource file, add an image to it and then use it in your program.
Contains code examples
| | Hits:29 Rate: 0.0(out of 5) Vote:0 Submit Date :2007-09-18 Rate It | Error | Review | | | Category: Home > ASP |
|