Skip to content

baosen/nullpomino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,857 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. + improves the game's user experience. See Tetris Wiki and Hard Drop for more info.

Building

Prerequisites

  • Java 17 (JDK 17)
  • Bazel (see .bazelversion)

Run

Web

web/build-site.sh
python3 -m http.server -d web/dist 8000 # other static file servers works too!

Desktop/laptop

./NullpoMino

Netplay

Netplay is peer-to-peer — see NETPLAY.md for more info.

Tools

  • ./ruleeditor — edit game rulesets
  • ./sequencer — inspect replay piece sequences (by Zircean)
  • ./musiclisteditor — configure BGM files
  • ./airankstool — generate a Ranks AI data file

About

An action puzzle game

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages

  • Java 99.7%
  • Other 0.3%