Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sug0/poke-gopher

Simulation of pokémon battles in Go.
https://github.com/sug0/poke-gopher

battle go golang pokemon simulator

Last synced: 7 days ago
JSON representation

Simulation of pokémon battles in Go.

Awesome Lists containing this project

README

        

# poke-gopher

A Pokémon battle system simulator in Go. Just an experiment, that is
very incomplete at this point in time.

# Pokémon formulas reference

* https://bulbapedia.bulbagarden.net/wiki/Damage#Damage_formula
* https://bulbapedia.bulbagarden.net/wiki/Type
* https://bulbapedia.bulbagarden.net/wiki/Statistic#Stat_modifiers
* https://bulbapedia.bulbagarden.net/wiki/Nature

# Package reference

Available at [godoc](https://godoc.org/github.com/sug0/poke-gopher).