Student Name: Istemihan Pazarbasi
Student ID: 67925
This repo consists of Simple Maze Game app.
The Simple Maze Game application can be found in the Releases section of this repository.
- Minimum SDK: API 30 (Android 11)
Starting screen.
Game screen.
Win result screen.
Q: Describe the most difficult technical issue you faced while implementing this lab and explain how you solved it.
A: The most difficult technical issue I've faced with was checking the maze movement with bitmask. At first I confused start bit 16 with movement bits. I solved it by checking only 1, 2, 4 and 8 bits for buttons and moves. After that invalid moves was blocked correctly.


