I'm going to discuss this project during our next meeting, but if you want to get a head start you can start coding.
For the first time ever... we now have a 24/7 NVD CS Club discord bot!! This is a community project. Add ANYTHING you want, and edit anything you want. Ryan, Yahav, Rachel, and I will be monitoring the pull requests and additions to the bot, and if it runs without errors and we will add it to the bot.
Q: How does discord.py and git work?
A: We won't leave you hanging like that. In our next meeting I will explain how to add your own code to this repo. If you have any questions after the meeting ping the officers with your question. If you hate us and don't want to talk to us, then use the internet :] (btw we can give you guys some good videos to watch if you want)
Q: Can we get a demo please?
A: There is already a sample tictactoe bot where you can play with other members. type .tictactoe @<YOUR FRIEND>
in chat and start playing. if your friend ditches you type .endGame
to end the game
Q: Are we allowed to change peoples code?
A: ABSOLUTLEY! Make any changes you see necessary, we will be reviewing them
Q: What's the point of this?
A: At the end of the year we should have a bot with a bunch of functions that you guys made together (also you learn some stuff idk ¯\_(ツ)_/¯ )
Q: How can I get started before the meeting?
A: I reccomend looking up how to use git commands (clone, branch, add, commit, push, pull) and also discord.py tutorials. We can also answer questions.
Q: Can I get some documentation please??
A: discord.py: https://discordpy.readthedocs.io/en/latest/
git command line documentation: https://git-scm.com/docs/git
Q: What do I make?
A: Heres some reccomendations:
- add a minimax algorithm to the tictactoe game
- tierlist generator
- more games
- media player
- stock bot
- anything you want tbh