Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to know all the things that i must know before making maze game
eg classes, container, collision detection, boundary checks, sprite animation etc
Posted
Comments
RaisKazi 4-Sep-11 4:28am    
You already know many terms, Google may be usefull to get clear with concepts and implementation of those terms.
Sweety Khan 4-Sep-11 5:50am    
oki. should i know both collision detection and boundary checks or any one of them will be enough?
RaisKazi 4-Sep-11 9:14am    
Both are usefull terms. All depends on the Type of Game you are developing.

1 solution

I guess before proceeding, U must know OpenGl and C++. Also you must be aware of basic Graphics concepts like matrices, transformations, rotations, vectors, camera, and as you mentioned sprite and sprite animations.
You can find some help from NEHE site here http://nehe.gamedev.net/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900