https://github.com/chfoo/fogchamp
Pokémon Battle Revolution Matchup Visualizer for Twitch Plays Pokemon.
https://github.com/chfoo/fogchamp
Last synced: 11 months ago
JSON representation
Pokémon Battle Revolution Matchup Visualizer for Twitch Plays Pokemon.
- Host: GitHub
- URL: https://github.com/chfoo/fogchamp
- Owner: chfoo
- License: mit
- Created: 2015-07-30T01:35:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T01:45:34.000Z (over 4 years ago)
- Last Synced: 2025-01-23T12:41:05.315Z (about 1 year ago)
- Language: Haxe
- Homepage: https://chfoo.github.io/fogchamp/
- Size: 274 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
FogChamp
========
Pokémon Battle Revolution Matchup Visualizer for Twitch Plays Pokemon.
Quick Start
===========
You will need:
* Python 3+
* Haxe 3.2+
* Linux OS
1. Clone this repo
2. Initialize veekun's Pokedex: `git submodule init`
3. Generate the JSON files: `python3 -m util.csv2json`
4. Generate the JS: `make` (or copy the haxe command in the Makefile).
5. Copy `static/` to `static/` on your web server
6. Copy the icons from http://veekun.com/dex/downloads to `static/veekun/icons/` on your web server
7. Copy the JSON files (`pbr-platnium.json`, `moves.json`, `descriptions.json`) to your web server
8. Copy the `script.js` file to your web server
9. Copy `visualizer.html` (rename to `index.html` if desired) & `style.css` to your web server.
Credits
=======
Copyright 2015 Christopher Foo. Licensed under the MIT license.
* The PBR metadata was obtained from Nkekev's docs.
* The PBR metadata was obtained from Addarash1 & Chaos_lord docs.
* Contains data scraped from TPPVisuals.com.
* Contains data scraped from Bulbapedia. CC by-nc-sa 2.5.
* Contains mustache.js. MIT license.
* Contains jquery-visible by customd. MIT license.
This visualizer was inspired by Felk's visualizer which I can't find the complete source code to.