Skip to content

A small fun project to try out the pygame engine and learn about software design patterns

Notifications You must be signed in to change notification settings

man00ka/sssnakeevader_new

Repository files navigation

sssnakeevader 🐍

"Evade the snakes like the happy dog you are!" – Dog van de bark 2024

A small fun project to try out the pygame engine and learn about software design patterns.

A playable prototype based on an older code base is available at itch.io:

img.png

Dependencies

  • numpy==2.0.0
  • pygame==2.5.2
  • pygame_ce==2.4.1
  • pygame_menu==4.4.3 # Will probably resort to custom menus later
  • pyglet==1.5.27 # For future audio stuff. Might be replaced by fmod :-)

Short-term todos

  • Fix difficulty management (more snakes, faster pace)
  • Hitboxes and collision detection
  • Death screen

Mid-term todos

  • Attack + enemy damage
  • HUD / health bar
  • Powerups
  • Music + SFX (fmod integration)

Long-term todos

  • Different levels

Attributions

Assets

About

A small fun project to try out the pygame engine and learn about software design patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages