4 ответов
+ 2
Use PyGame, but only suitable for 2D.
+ 1
The easiest game (imho) to make would be a oldschool text adventure game. Why? Because graphics are complicated, but a text-only game can be played directly in the console. The concepts/functions you need to grasp to make such a game are:
variables (and maybe lists)
print()
input()
if statements
0
I want the Python cord
0
عبدالله