Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 675 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 675 Bytes

About

This package is a server written in Java for the Moome game.

Please excuse how poorly written this is; I wrote it when in middle school.

Installation

Manual

Be sure you have packages installed for your distribution that provide javac (to compile) and java.

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

AUR

Install the package moome-server from the AUR:

$ trizen -S moome-server
$ moome-server

makepkg

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