A simple Vampire Survivors like game in Unity, made as a submission for Linux Game Jam 2023.

Source code is available at github.com/Rayquaza01/linux-game-jam-2023 (MIT License)

My high score is currently 282 seconds! Try to beat it!

How to play:

Move with WASD, shoot with mouse. Enemies will rush towards you from offscreen. Try to stay alive!

Enemies will drop experience. Picking this up will let you level up and equip new weapons. There are currently two equippable weapons: a sword and axe. The sword makes two swipes next to the player on a timer, and the axe throws a projectile upwards.

Enemies have a small chance to drop a powerup. These powerups are

  • Health - Heals the player for 10 HP
  • Screen Clear - Kills all enemies immediately
  • Vacuum - Draws all experience towards the player

Known Issues

On the downloadable versions, the mouse cursor is not visible on screen during gameplay. This makes it very hard to aim! I couldn't figure out how to fix this in time for the deadline, sorry! The web version doesn't have this issue.

Download

Download NowName your own price

Click download now to get access to the following files:

linux.zip 25 MB
windows.zip 26 MB

Comments

Log in with itch.io to leave a comment.

That was a lot of fun :D

Highscore: 1525s

Stats:
Max HP: 100
Gun Pierce: 7
Gun Damage: 85
Sword Cooldown: -0.4s
Sword Damage: 100
Axe Cooldown: 2.3s
Axe Damage: 55
Axe Amount: 6


Side notes: (web version)

- I managed to get negative sword cooldown (i tried to make it like killaura, but this didn't turn as powerful as i wanted it)

- At one point it really gets overcrowded and leveling up gets slower and slower.

- I experienced some strange movement behavior - sometimes the player just goes wherever it wants to. It started appearing a bit after the screen started being overcrowded, so i guess it happens after you play for a while.

- Highscore is measured in time. I would suggest levels (update count), killed enemies or XP collected instead.

Overall it's one very enjoyable game. Thanks a lot :D