Hello Everyone
I am a computer engineering student i am in last semestar and i have i project to do.
I need to do a 3D Simulation of mouse maze. Can somebody help me about that how can i do it in WPF
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Oct 6, 2011, 2:56 PM
We often get very general questions such as this asking how to write a program. Such questions imply that the person requesting assistance wants someone else to do everything for them.
There are at least two separate tasks.
You need to design the data; how the maze will be represented in memory. You do not however specify where the maze will come from. If it will be read from a file then the format of the data will significantly influence the format in memory. If the maze is to be generated by your progam then you need to write the code to do that.
You also need to write code to show the maze. I assume it will be a 3D graphical representation of it. You do not specify what needs to be done after that; is there supposed to be a user interface for people to move around in the maze? Are you supposed to show a virtual mouse trying to solve the maze?
You need to define the sub-components such as I explain above. Then you need to attempt to implement them. You are much more likely to help if you ask specific questions.
Javeed M ShaikhPosted Oct 6, 2011, 11:39 AM
below is the link which will help you in building your project:
http://www.techpowerup.com/forums/showthread.php?t=109739
Please do not forget to mark "Accepted Answer".