Contact
- [email protected]
- 0176 21435648
- Furkan Calisir
The core feature of "The Maze" is the image recognition. You can draw your own labyrinth on paper or directly on the PC and place your start- and finishpoint as well as some traps. You can also set the scale manually. These options are made possible by line-, color- and circledetection. Circle and Color recognition was the work done by me in this part.
The main character of this "game" is the fox. It was at some point fully animated, though because of Java restrictions, we needed to limit the limitation to a few frames, so they could be exported as single objects and changed during runtime.
The game was completly made from scratch with Java, including all features. The most difficult problem was creating some kind of collision detection with unpredictable walls.