Online Multiplayer Game in Repl using Pygame and Flask
I am wanting to make an online .io-style game using Python. I will be writing it on repl. I have been looking for a tutorial for a game that uses both Pygame and Flask for a game like this, but have not been able to find anything.
I am somewhat experienced in Pygame, but am completely new to Flask and server-client programs.
Can someone please point me to a good tutorial for this?
Host a free server with pythonanywhere.com
i made this website in a few days using flask: http://cwesterink23.pythonanywhere.com
I am not sure how integrate pygame into the website but here is a link: https://www.pythonanywhere.com
On this website you can get a free 'pythonanywhere.com' domain name and upload python and html files using flask as your web framework.
I made this website with flask in a couple days: http://cwesterink23.pythonanywhere.com/
(ik its bad, i am new to flask and html)
well, you could do this in flask only!
https://codeburst.io/building-your-first-chat-application-using-flask-in-7-minutes-f98de4adfa5d
Here's a little chat application, but it will be similar with game-making too!
Here's a link that will help you:
https://stackoverflow.com/questions/63898998/how-to-integrate-pygame-and-flask
Here are a few links:
https://realpython.com/beginners-guide-python-turtle/
https://www.geeksforgeeks.org/turtle-programming-python/
But if you want just pygame, then I'll give a few tutorials for that too.
I honestly just need tutorials to make a .io-styled game using flask and a graphics engine
https://www.youtube.com/watch?v=McoDjOCb2Zo