Skip to content

kaanselhep/doom-pygame

Repository files navigation

doom-pygame

Doom Game written in Python with Pygame

This is a game done by following the Youtube tutorial found here: https://www.youtube.com/watch?v=ECqUrT7IdqQ&t=433s&ab_channel=CoderSpace

It is coded completely in Python using Pygame and tackles some tough game development concepts such as

  • Pathfinding (using BFS)
  • Creating AI for NPCs (Non player character) so that they're chasing the player and trying to kill the player
  • Raycasting and rendering a 2D world to look like a 3D world in a FPS (First Person Shooter)
  • Rendering sprites and animating them
  • Sound and music playback
  • and more...

Screenshots: Screenshot 2023-05-08 at 5 12 04 PM Screenshot 2023-05-08 at 5 12 58 PM Screenshot 2023-05-08 at 5 13 19 PM

About

Doom Game written in Python with Pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages