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?
@RYANTADIPARTHI I just want to use pygame because it is the only graphics-engine for python that I know of. If you know of a different one that would be equally good/better, that would be fine
@Kosmic Also one more thing is, i don't think you can use flask to make a game. Cause that's all about making websites. But you can make the game using turtle.
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?
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