Skip to content

Animated battle window that can work as a submodule for any PO port

License

Notifications You must be signed in to change notification settings

po-devs/po-battle-window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ba403e · Jan 27, 2017

History

24 Commits
Nov 6, 2015
May 18, 2016
Nov 2, 2015
Oct 20, 2015
Nov 6, 2015
Oct 20, 2015
Oct 20, 2015
Oct 31, 2015
Oct 20, 2015
Jan 27, 2017
Oct 20, 2015
Oct 20, 2015
Oct 20, 2015
Oct 20, 2015
Oct 20, 2015
Oct 20, 2015

Repository files navigation

Html Battle Window

###Requirements

On Linux:

sudo apt-get install unzip
sudo apt-get install default-jdk
sudo apt-get install gradle

On Windows, install chocolatey and then in administrative command line:

#You may also need to install the appropriate jdk with choco install jdkX (with X being 7, 8, ...)
choco install wget gradle
#To extract in command line. Not needed if you want to extract manually.
choco install devbox-unzip

##Setup

This will fetch the sprites, which are not stored as is in the directory:

wget http://web.pokemon-online.eu/battle/oras.zip -P assets/
#To extract. Can also just go in assets/ and extract oras.zip manually
cd assets && unzip oras.zip && cd -

###Build

You can run the desktop test version from your IDE as per libgdx' guidelines.

You can also build it for use in the webclient.

On Linux:

./gradlew html:dist

On Windows, in powershell:

gradlew.bat html:dist

You can change html/build.gradle and replace OBF by PRETTY to have non-minified output, easier to debug.

###Run

This is not a stand-alone repository. It is used as a submodule of po-devs/po-web.

About

Animated battle window that can work as a submodule for any PO port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published