Python Forum
Please point me to some game example projects
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please point me to some game example projects
#1
Hi guys

I am just wondering if you can point me towards good and simple examples of python projects.
I did google, but it did not work exactly as I hoped.

I am using PyCharm

In particular, I am want to find simple examples on python of games like:

1. Turn based combat with a squad like X-Com or Heroes, when the player controls several chars and maybe some AI. I found this one: https://github.com/TachyonNZ/textcom. However, there one controls only single char.
2. Quest like 60 seconds / 60 parsecs
3. FTL like game
4. Into the breach like game

Please, be so kind and share with me a link or smth, or suggestion.
Reply
#2
The most examples you will find are pyweek and pygame projects. Maybe you will find similar project within them. I doubt you will find exactly what you are looking for though.

The textcom games seems like you could reuse a lot from it, and just add multiple character handling. However i would reorganize it into classes and modules.
Recommended Tutorials:
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020