Skip to content

Releases: silverweed/pokepon

Alpha release

19 Dec 14:58
Compare
Choose a tag to compare
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 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)

Pokepon Server v0.01

05 Dec 15:28
Compare
Choose a tag to compare
Pokepon Server v0.01 Pre-release
Pre-release

Server-only release, useful to setup a dedicated server.