osnr / PocketMonstersOnline

Pokenet in an online tile-based role-playing game based off the pokemon games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PocketMonstersOnline

Server

set up MySQL, then $ mysql -uroot -prootpassword < Server/pokenetdb_blank.sql

$ cd Server
$ javac -cp .:./lib/* src/**/*.java && java --add-opens java.base/java.lang=ALL-UNNAMED -cp lib/*:src org.pokenet.server.GameServer -s low

Client

$ cd Client
$ javac -cp .:./lib/* src/**/*.java && java -cp lib/*:src -Djava.library.path=lib/native org.pokenet.client.GameClient

(haven't figured out how to recompile yet)

About

Pokenet in an online tile-based role-playing game based off the pokemon games


Languages

Language:Java 100.0%Language:Shell 0.0%Language:Batchfile 0.0%