C Programming Central
C/C++
Tutorials
FAQ
Compilers
Books
Ideas
Code Archive
Forums
Challenges
Creations
Downloads
Reviews
Contests
Site
Main
News Archive
Staff
Contact
Links
Support
Store



Best viewed with any browser

Mod Chip



Submit a challange:

Maze Game
Create a maze game that generates a new random maze every time it is run, then allows you to navigate it. Use these characaters: # for walls, . for paths, and a o for the navigation. Remeber: mazes should only have one way in and one way out.