Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/po-devs/pokemon-online
Online Pokemon Battle Simulator
https://github.com/po-devs/pokemon-online
Last synced: 3 months ago
JSON representation
Online Pokemon Battle Simulator
- Host: GitHub
- URL: https://github.com/po-devs/pokemon-online
- Owner: po-devs
- License: gpl-3.0
- Created: 2011-09-01T17:10:47.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T00:40:22.000Z (over 5 years ago)
- Last Synced: 2024-06-19T03:07:10.622Z (5 months ago)
- Language: C++
- Homepage: http://pokemon-online.eu
- Size: 121 MB
- Stars: 289
- Watchers: 42
- Forks: 170
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-pokemon - pokemon-online - Online Pokémon Battle Simulator. (Development Projects)
README
This is Pokémon Online
----------------------
[![Build Status](https://travis-ci.org/po-devs/pokemon-online.png)](https://travis-ci.org/po-devs/pokemon-online)[Home Page](http://pokemon-online.eu/) | [Forums](http://pokemon-online.eu/forums/) | [Source Code](https://github.com/po-devs/pokemon-online/)
Build Instructions, Scripting Guides and more on https://github.com/po-devs/pokemon-online/wiki
To test, `qmake CONFIG+="po_all"` and run `scripts/run-tests.sh` from the main folder.
License GNU General Public License
###Requirements
On Linux:
```
sudo apt-get install git g++ libpulse-dev libzip-dev qt5-default qtbase5-dev qtmultimedia5-dev qtquick1-5-dev qtscript5-dev qtdeclarative5-dev qtdeclarative5-qtquick2-plugin qtdeclarative5-particles-plugin libqt5webkit5-dev
```On Windows, everything should be ready. Don't forget to check the [Wiki](https://github.com/po-devs/pokemon-online/wiki).