Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sug0/poke-gopher
- Owner: sug0
- Created: 2019-04-25T22:29:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T22:15:21.000Z (over 5 years ago)
- Last Synced: 2024-11-02T09:04:43.447Z (about 2 months 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).