Making FPS Games in Python



Making FPS Games in Python

Making FPS Games in Python

So this was a relatively brief video about fps games made with python and what they generally look like using it.
In short, it’s definitely doable, but if you want something more complex and detailed, you may be better off using something
like Unity, Unreal or Godot. Otherwise, you can still minimalistic but fun 3d games with Python.

Also, another thing I forgot to point out. Most python game projects usually don’t have an executable and will require you to have Python installed on your computer, including the libraries that were used to build them.
But there are exceptions that do have an exe file.

Also, wrappers..Not Rappers.

Links:
https://www.panda3d.org/
https://www.ursinaengine.org/
https://pyga.me/
https://pyopengl.sourceforge.net/
https://www.youtube.com/watch?v=rmOz22D0exc – @Mandaw
https://www.youtube.com/watch?v=iFn8FD4_YpM&t=584s – @citanool
https://www.youtube.com/watch?v=DHSRaVeQxIk – @ClearCode

Games:
https://www.youtube.com/watch?v=VkbGY1SgSgA – @foxbud
https://github.com/russs123/minecraft_tut
https://github.com/StanislavPetrovV/Python-DOOM
https://github.com/ShadityZ/Vitrix
https://mandaw2014.itch.io/parkour
https://mandaw2014.itch.io/mandaw-openworld

Track:
https://www.youtube.com/watch?v=LTphVIore3A
https://www.youtube.com/@SuperLofiWorld

#gamedev #gamedevelopment #fps #gaming #python

Comments are closed.