Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 743 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 743 Bytes

About

Moome is an entertaining 8-bit, multiplayer platformer game written in Java by Mooncat39 and Arinerron that was actively developed from around 2014 to 2016.

Installation

Manual

Ensure you have your distribution's packages that provide javac (for compiling) and java installed.

$ git clone [email protected]:BlackberryCode/moome.git && cd moome
$ ./compile.sh
$ ./run.sh

AUR

Install the moome AUR package:

$ trizen -S moome
$ moome

makepkg

$ git clone [email protected]:BlackberryCode/moome.git && cd moome
# makepkg -sif .
$ moome

Notes