nullpomino / nullpomino

An action puzzle game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nullpomino

NullpoMino is an open-source action puzzle game that works on the Java platform. It has a wide variety of single-player modes and netplay to allow players to compete over the Internet or LAN.

Current stable version

The current stable version is 7.5.0, which has the following new features:

  • Screen size option for Slick and Swing (320x240, 640x480, 800x600, 1024x768, etc)
  • "Dig Challenge" mode where garbage blocks will constantly rise
  • More single player modes in NetPlay
  • Much more stable NetServer
  • New icon
  • Installer for Windows (uses Inno Setup)
  • App Bundle for Mac OS X

Download

Building

Linux

Use maven to compile the project:

cd nullpomino-parent/
mvn package
cd ../nullpomino-run/target/install/
chmod +x ./play_swing
./play_swing

About

An action puzzle game

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 99.9%Language:Inno Setup 0.0%Language:Batchfile 0.0%Language:Shell 0.0%