how can I make a little game from python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can I make a little game from python

I want the python cord

24th Jul 2016, 8:55 AM
Ramesha Geethan
Ramesha Geethan - avatar
4 Answers
+ 2
Use PyGame, but only suitable for 2D.
24th Jul 2016, 9:08 AM
王如溱
王如溱 - avatar
+ 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
24th Jul 2016, 1:49 PM
Io Westin
Io Westin - avatar
0
I want the Python cord
24th Jul 2016, 2:02 PM
Ramesha Geethan
Ramesha Geethan - avatar
0
عبدالله
24th Jul 2016, 7:56 PM
‫عبد الله‬‎
‫عبد الله‬‎ - avatar