Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/castdrian/showdown-discord

Pokémon Showdown! battles wrapped in a Discord bot
https://github.com/castdrian/showdown-discord

discord hacktoberfest pokemon showdown typescript

Last synced: 2 months ago
JSON representation

Pokémon Showdown! battles wrapped in a Discord bot

Awesome Lists containing this project

README

        

## Usage

### Production

```bash
docker run --env-file=.env -v "$(pwd)/firebase_credentials.json:/app/firebase_credentials.json:ro" --name=showdown --restart=unless-stopped ghcr.io/castdrian/showdown:main
```

### Development

```bash
docker-compose up
```

## Play & Support

[Add to Server](https://discord.pkmn.dev)

![Discord Banner 2](https://discord.com/api/guilds/1038073397755781160/widget.png?style=banner2)

## Showcase

## Thanks to

- [scheibo](https://github.com/scheibo) for their [modularized showdown](https://github.com/pkmn/ps) impl
- [Zarel](https://github.com/Zarel) & [Smogon](https://www.smogon.com) for [Pokémon Showdown](https://play.pokemonshowdown.com)
- [Yugen](https://github.com/jurienhamaker) for being Mr. Dockerman and helping out with the [Dockerfile](https://github.com/castdrian/showdown/blob/main/Dockerfile)