0
How to start making a game
2 Answers
+ 2
Seeing that you tagged the question with python:
First, develop your python skills. Don't jump straight into making a game. Make some simple console applications and test your knowledge with various different challenges as you get better.
Once you are confident with the mechanics of python, I highly suggest installing the package PyGame (a simple Google search will explain how). This library has many different mechanics to assist in setting up and programming games.
0
Id highly recommend you learn to code first.