Skip to content

Alpha release

Pre-release
Pre-release
Compare
Choose a tag to compare
@silverweed silverweed released this 19 Dec 14:58
· 332 commits to master since this 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 to pokepon and run javac @files.txt
  • run the game with java pokepon.main.QuickLauncher or with a launcher script (run.sh on Unix, *.bat on Windows)