The battleship project is a battleship game engine written in Python with a Discord bot that allows the user to play the battleship game on discord in a DM channel with the bot.
You'll have to install discord.py to use this code.
pip install discord.py
Make sure you're creating a bot and a token in discord development area. This is a guide you can use:
https://www.devdungeon.com/content/make-discord-bot-python
- python 3.8
- Daniel Walters - DanWalt