Alpha release
Pre-release
Pre-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)