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: about 1 year ago
JSON representation
Simulation of pokémon battles in Go.
- Host: GitHub
- URL: https://github.com/sug0/poke-gopher
- Owner: sug0
- Created: 2019-04-25T22:29:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T22:15:21.000Z (about 7 years ago)
- Last Synced: 2025-02-13T08:54:12.084Z (over 1 year ago)
- Topics: battle, go, golang, pokemon, simulator
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).