A simple game, where you have to navigate your Airplane through a maze.
Navigation through the maze is using the accelerator. To start the game, you will need to tap the screen. While playing the game, ensure that the handset is held parallel to the ground - as if it were placed on a table. The plane can be moved forward, backward, left or right using the accelerator.
The blocks of the maze are displayed in white and green color. If you hit any white block, the level is over. To complete the level successfully, you need to hit a green block. If you hit an obstacle, the level is over.
Creating your own levels
If you like the game, you can make it more exciting by adding, removing or modifying the levels using the level information. Level information is stored in the file 'levelData.txt'. This file is stored in the 'Android/data/bsp/AeroplaneMaze' directory on the SD card. The game makes a copy of its levels to when started for the first time.
While creating levels, please ensure that the number of rows is 5. There is no limit of the width of a level. Ensure to have a starting block and an ending block for each level.
A sample layout is given below
L1
000000220222222202222229
000000000000000000000009
100000000000000000000009
000000000000000000000009
000000222220222222202229
where,
- L1 indicates level number
- '0' (zero) indicates a gap
- '1' (one) indicates a starting block. This block is essential for the level
- '2' (two) indicates obstacle block
- '9' (nine) indicates finish block
Permissions
1. The application reads and writes the level data to/from the SD card.
2. The application connects to the Internet to fetch advertisements.
Privacy Statement: No other information is collected or transmitted.
熱門國家 | 系統支援 | 版本 | 費用 | APP評分 | 上架日期 | 更新日期 |
---|---|---|---|---|---|---|
未知 | Android Google Play | 1.1 App下載 | 免費 | 1970-01-01 | 2015-03-11 |