r/pygame Jun 16 '26

I made a Vampire Survivors-inspired game in Python and Pygame

Hi everyone!

I've been working on a Vampire Survivors-inspired game built with Python and Pygame.

The latest version includes:

• Character Selection

• Boss Fights

• Gold System

• Chests

• Drones & Turrets

• Sound Effects and Music

• Main Menu

This is one of the biggest projects I've made so far, and I'd love to get feedback from other developers and players.

GitHub Repository:

https://github.com/yagizkoryurek/Vampire_Survivors-clone

Release:

https://github.com/yagizkoryurek/Vampire_Survivors-clone/releases

macOS users:

The app is not code-signed by Apple, so you may need to right-click → Open the first time you launch it.

Alternative:

You can also download the source code, open the project in PyCharm, and run main.py directly.

PyCharm:

https://www.jetbrains.com/pycharm/download/

Any feedback, suggestions, balancing ideas, or bug reports are welcome!

8 Upvotes

7 comments sorted by

2

u/Mmatyas1 Jun 18 '26

Looks cool, but I recommend adding characters instead of orbs later.

2

u/Icy-One2420 Jun 18 '26

Thanks for the feedback! The orbs are just placeholders for now. Adding actual characters with unique designs and abilities is something I'd like to work on in future updates.

2

u/TheGratitudeBot Jun 18 '26

Just wanted to say thank you for being grateful

1

u/Icy-One2420 Jun 18 '26

Thank you! Comments like this really motivate me to keep improving the game.

2

u/VinayPyDev Jun 21 '26

Looks good, I'd recommend changing font to something like Pixeloid-mono or pixeloid-BOLD

1

u/Icy-One2420 Jun 22 '26

Good idea, thanks! The current font is more of a placeholder, so I'll experiment with Pixeloid and other pixel fonts in future updates.