newbie

Started by
0 comments, last by tHiSiSbOb 22 years, 2 months ago
I am new to OpenGL and i am wondering how i could go about making a tile engine like the one used in the Zelda game on this site.
----------------------------------------------------"Plant a tree. Remove a Bush" -A bumper sticker I saw.
Advertisement
You have to manage two things :
1- you have to be able to load and draw each tile,
2- you have to be able to organize the tiles, so that they build the world.

You could check the code of the early game in order to get started.

This topic is closed to new replies.

Advertisement