Tag Archives: Game

Creating Game Menus

Posted on 12. Jul, 2010 by .

6

This is a tut for on how to design a game menu.

Continue Reading

Game Development- Part II Player & Input Controls

Posted on 10. Jun, 2010 by .

1

This is the second part in a two part series on game development. In this section we will modify the GameEngineView to handle input controls. We do this by calling setFocusable(true); on the constructor of the view. All that is left is to override the onKeyDown and onKeyUp events.

Continue Reading

Game Development- Part I Loops and Sprites

Posted on 05. Jun, 2010 by .

1

This is a two part series on game development. The first section will cover game loops and sprites.

Continue Reading

3D Game Part VI

Posted on 03. Jun, 2010 by .

1

Intermediate to Advanced tutorial on 3D game programming.

Continue Reading

3D Game Part V

Posted on 31. May, 2010 by .

0

Intermediate to Advanced tutorial on 3D game programming.

Continue Reading

3D Game Part IV

Posted on 28. May, 2010 by .

0

Intermediate to Advanced tutorial on 3D game programming.

Continue Reading

3D Game Part III

Posted on 25. May, 2010 by .

0

Intermediate to Advanced tutorial on 3D game programming

Continue Reading

Creating A Map That Scrolls With Cells Part 2

Posted on 19. May, 2010 by .

0

This android development tutorial is an extension of the earlier “Creating A Map That Scrolls” which created a simple 2D Map with Cells to place images, code, and information within it. Thank you for reading our tutorial! Learning to program can be difficult, but it is worth it. Stick it out, and in the long run you will be happy you did.

Continue Reading

3D Game Part II

Posted on 18. May, 2010 by .

0

The second part of this series will show you how to add a triangle and how to rotate it a bit. The first thing we have to do is to initialize the triangle we want to display. We have to create a function named initTriangle() in our VortexRenderer class. Lets start with the new object [...]

Continue Reading

3D Game Part I

Posted on 12. May, 2010 by .

1

Intermediate to Advanced tutorial on 3D game programming.

Continue Reading