Python Forum
Library or website for multiplayer games Flask/Python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: Library or website for multiplayer games Flask/Python (/thread-35437.html)



Library or website for multiplayer games Flask/Python - drimades - Nov-02-2021

I am working on a multiplayer game for Flask. Right now I’m using socket programming. Do you know of any websites or libraries or tutorial that can facilitate development of multiplayer games on Flask/Python?


RE: Library or website for multiplayer games Flask/Python - ndc85430 - Nov-07-2021

Your post doesn't make a lot of sense to me. First you say you're writing a game for Flask. Flask is a web framework; why would you make games for it? Next you mention socket programming, but if you're using Flask, sockets are (largely, at least) hidden from you. Lastly, you ask about libraries. Libraries help you solve specific problems (e.g. connecting to a database, handling HTTP requests, reading XML, ...), so what specific problems are you encountering?