VampyGame is a
Vampire Survivors-like game made for a college project. It is a 2D game where the player controls a character and fights enemies while collecting abilities to survive as long as possible.
pip
# You need to use venv from main branch with changed Lib/site-packages because of library changing in project
pip install -r requirements.txtuv
# You need to download all sources from main branch and use this command in the root folder
uv sync
# Then you need replace the Lib/site-packages folder with the one from main branch because of library changing in project