pypas / get-it-filled

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get It Filled

User Guide

  1. Run the main() method in Engine.Java. Level1_start

  2. Use the arrows to move around. Level1_play

  3. After filling all boxes in the board, a new window will open to ask you if you want to proceed to the next level. Level1_next

  4. After the last level, the following window will be shown. GameOver

Example Levels

Level 1

Level1_start

Level 2

This level introduces the concept of portals (blue boxes) that teleport the player to the corresponding portal. Level2

Level 3

Level3

Level 4

This level introduces the concept of bridges (pink box) that can be crossed more than one time. Level4

Adding New Level

In order to add new levels, you can add new boards to the boards/ folder.

About


Languages

Language:Java 100.0%