Multiplayer-Game-Server
Multiplayer-Game-Server copied to clipboard
A multiplayer game matchmaking server for Snake and Ladders and Connect Four
Not tied to an issue, but this fix solves three main issues I ran when setting up, tied to some outdated packages: 1. jinja2 error at runtime, fixed by moving...
Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
It would be good to implement unit tests for all the functions of the server. It would be particularly useful when some code is modified. Instead of testing everything manually...
Session is more relavant than cookie when it comes to handling data of logged in users. Is is also easier to use. For example in logout function, instead of using...