Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.02 KB

File metadata and controls

29 lines (22 loc) · 1.02 KB

blockattack-editor Build Status

Editor for puzzles to Block Attack - Rise of the Blocks

Note: Block Attaack - Rise of the Blocks 2.10.0+ has a build in editor that you should use instead.

The game can be found at https://blockattack.net/

Screen shot

Block Attack - Rise of the Blocks puzzle level editor v2

Dependencies

  • JDK 7+ (Open or Oracle)
  • maven

Building

While standing in the base directory (with the pom.xml) type:

mvn package

If all dependencies are installed it should compile right away. The result is: target/blockattack_editor-1.0-SNAPSHOT.jar.

It can be run with:

java -jar target/blockattack_editor-1.0-SNAPSHOT.jar

Licence

The Editor is licensed under GPL v2 or later like the game