Bite 14: Allow for multiplayers
In this Bite we are going to learn how to:
1. Create a new table to store players username
2. Check if the username exists in database
3. Add rows to SQLite
4. Validate username against database
Practice the basics first
The python files will be available here when the video gets released on YouTube.
The challenge
Here you can try the code:
The solution
No video required for this bite.
Was this helpful?
Reader Interactions