A silly flask server/website that allows you to use/play stuff in any discord server you have embed perms in.
This was mostly inspired by Doom In Discord
- Play chess, tiktaktoe, connect 4 or minesweeper within discord
Currently I have setup an instance of this with a free python anywhere plan hosted at https://masterali2.pythonanywhere.com/
I might have to disable this in the future
- Python 3.10+
- Linux (tested on Ubuntu)
- Also everything in
requirements.txt - Also some stuff like stockfish require apt packages
- Clone this repository
- Run
./scripts/setup.sh - Configure
config.py - Run either with
./scripts/run_debug.shor with a WSGI server
Note: Make sure the domain does not contain the appending suffix (default is 'z')
- Send
https://[domain]/games/chess/zin discord - Play by typing
s/z/[move]z(ex:s/z/e4z) (algebraic notation)
- Send
https://[domain]/games/ttt/zin discord - Play by typing
s/z/[move]z(ex:s/z/5z) (number)
- Send
https://[domain]/games/four/zin discord - Play by typing
s/z/[move]z(ex:s/z/2z) (number)
- Send
https://[domain]/games/ms/zin discord - Play by typing
s/z/[move]z(ex:s/z/2z) (number)