Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to build exe....... Pin
Reelix5-May-08 23:59
Reelix5-May-08 23:59 
AnswerRe: How to build exe....... Pin
Abhijit Jana6-May-08 0:04
professionalAbhijit Jana6-May-08 0:04 
QuestionHow do I start programs from a C# program? Pin
False Chicken5-May-08 22:27
False Chicken5-May-08 22:27 
AnswerRe: How do I start programs from a C# program? Pin
Abhijit Jana5-May-08 22:36
professionalAbhijit Jana5-May-08 22:36 
AnswerRe: How do I start programs from a C# program? Pin
Gareth H5-May-08 22:37
Gareth H5-May-08 22:37 
AnswerRe: How do I start programs from a C# program? Pin
Reelix5-May-08 22:41
Reelix5-May-08 22:41 
QuestionHow to ship my test certificate into the clients machine using c# Pin
ananthrahul5-May-08 22:26
ananthrahul5-May-08 22:26 
Questionsolving maze program Pin
sobu5-May-08 22:22
sobu5-May-08 22:22 
guys please help me solve this maze program

Problem
Create a simple Maze game. You must submit multiple iterations where each iteration is in its own directory and has associated structure charts, pseudo code, and flowcharts as required.

This game is played as follows:
1. The maze contains a number of Rooms.
2. A room has a title, a description, and a number of doors which lead to other rooms.
3. Each door leads in a direction (North, South, East or West). Tthere can be multiple exits in one direction.
4. One room is the goal or target, the game ends when the player reaches this room.
5. A player starts in the starting room, the first room declared in the maze, e.g. room 1, although this could be a parameter in the data file.
6. The player is shown the title and room description of the room he is in, as well as a list of exits, from which he can choose one to take.
7. When the player goes in a direction (through a door) he is in the next room, and step 6 above is repeated.
8. The rooms for the maze are read from a text file. The following map is for the accompanying text file.
9. The format of the text file is as follows:
a. The number of rooms (int)
b. The goal room number (int)
c. For each room
i. Room title (string)
ii. Room description (string)
d. Number of exits from rooms (int)
e. For each exit
i. From room (int), to room (int), direction (char, separated by spaces on a single line)
AnswerRe: solving maze program Pin
Abhijit Jana5-May-08 22:47
professionalAbhijit Jana5-May-08 22:47 
AnswerRe: solving maze program Pin
Reelix5-May-08 22:52
Reelix5-May-08 22:52 
AnswerRe: solving maze program Pin
PIEBALDconsult6-May-08 5:45
mvePIEBALDconsult6-May-08 5:45 
QuestionKeeping count of total Pin
MumbleB5-May-08 21:36
MumbleB5-May-08 21:36 
AnswerRe: Keeping count of total Pin
Christian Graus5-May-08 21:58
protectorChristian Graus5-May-08 21:58 
GeneralRe: Keeping count of total Pin
MumbleB5-May-08 23:39
MumbleB5-May-08 23:39 
GeneralRe: Keeping count of total Pin
Christian Graus6-May-08 1:13
protectorChristian Graus6-May-08 1:13 
GeneralRe: Keeping count of total Pin
MumbleB6-May-08 1:25
MumbleB6-May-08 1:25 
GeneralRe: Keeping count of total Pin
Christian Graus6-May-08 1:29
protectorChristian Graus6-May-08 1:29 
GeneralRe: Keeping count of total Pin
Christian Graus6-May-08 22:15
protectorChristian Graus6-May-08 22:15 
GeneralRe: Keeping count of total Pin
MumbleB7-May-08 1:56
MumbleB7-May-08 1:56 
GeneralRe: Keeping count of total Pin
Christian Graus7-May-08 11:56
protectorChristian Graus7-May-08 11:56 
QuestionDisplaying a form from en existing form Pin
Berlus5-May-08 21:35
Berlus5-May-08 21:35 
AnswerRe: Displaying a form from en existing form Pin
Abhijit Jana5-May-08 21:55
professionalAbhijit Jana5-May-08 21:55 
AnswerRe: Displaying a form from en existing form Pin
Christian Graus5-May-08 22:00
protectorChristian Graus5-May-08 22:00 
QuestionCheckBox in ListView Pin
stancrm5-May-08 21:28
stancrm5-May-08 21:28 
AnswerRe: CheckBox in ListView Pin
Christian Graus5-May-08 22:09
protectorChristian Graus5-May-08 22:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.