Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Suggestion required to make Game using Python programming language

A topic by Gulshan Negi created Nov 04, 2022 Views: 377 Replies: 5
Viewing posts 1 to 5

Hi this is Gulshan Negi

I found this community while researching  on python game over the internet.

Well I have compleated my enineering from Computer Science & Engineering branch. Python is the language which I like to code. Well I have taken a project for making a game using Python and it is going to be my first time. Lots of research I am doing on this and I am also in touch with my friend also so that I can get more and more ideas about it.

I need some suggestions on this what kind of simple game I can develop using Python.

Hoping for some positive responses.

Thanks

As a general-purpose programming language, there is no real limit as to what you may program with it. By all means, the Python part of the problem is redundant.

Are you just looking for a general game idea?

Yes I am looking for some ideas. Research is still going on.

Moderator moved this topic to General Development
Moderator(+1)

I made several roguelikes in Python, using Tkinter and curses, and shoot'em ups using Pygame. Both can be easy to make if you keep it simple.

Well thanks a lot for kind response, I will definitely see this.

(+1)

Start simple. Make copies of existing games. Pong, snake, tetris, pacman. You’ll quickly start encountering problems you don’t know how to solve. Even games that seem simple at first have a lot of complexity you won’t know how to replicate. So you look it up and learn how to do it. Then keep going from there. Soon you’ll learn enough and replicate enough games that you’ll start getting ideas for small games. Try making one. You’ll fail, but keep trying.