+ 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