I want to develop a simple game which language can I use

Can I use flask for simple game… Am about to code anybody can help!!

I`ve done game development with Unity and went as far a completing there JR dev course as this was a good experience it was not too easy and ran into compatibilty issues. On the other hand you can make a game very easy with Unity play because there is not a lot of coding if any. Good luck

Yes, you can make a video game with Flask and Python. Here are some options:

  • Use a game engine

Pygame or Pyglet are game engines that offer tools and libraries for creating games with Python. Pygame also has a primer on game programming in Python.

  • Use Python

Python is a good choice for game development, especially 2D games and prototypes. Python’s simplicity, readability, and extensive libraries make it a viable choice for many game projects.

  • Use Flask as the backend

Flask can serve as the backend to handle requests and send responses to the client. You can use a combination of HTML5, CSS3, and JavaScript to build a web-based game using Flask. For example, you can create a simple battleships web game using Flask, PyMongo, and MongoDB.

  • Use Panda3D

Panda3D is a Python gaming engine that has tools to make a game, including a physics engine, 3D graphics engine, and other helpful tools.

1 Like

Am learning c# I want build simple game like numbers arranging of numbers which variable can I use “string”; variable or ‘int’ can anybody help me out🙏

Flask and C# are pretty different, I would advice you stick with a language until you are confortable with it

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.