Releases: silverweed/pokepon
Releases · silverweed/pokepon
Alpha release
Poképon alpha release, containing all the game components (client, server, teambuilder, other utilities)
To build:
- extract the tarball
- rename the extracted directory to
pokepon
- set your Java CLASSPATH to the directory containing
pokepon
cd
topokepon
and runjavac @files.txt
- run the game with
java pokepon.main.QuickLauncher
or with a launcher script (run.sh
on Unix,*.bat
on Windows)
Pokepon Server v0.01
Server-only release, useful to setup a dedicated server.