Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Untitled MVM gameView game page

Submitted by sjpau — 3 hours, 11 seconds before the deadline
Add to collection

Play game

Untitled MVM game's itch.io page

Results

CriteriaRankScore*Raw Score
Sensory#671.8373.000
Metroidvania#681.8373.000
Overall#741.5822.583
Execution#751.4292.333
Enjoyment#801.2252.000

Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Engine
Python + Pygame-ce

Team/Developer
sjpau (me)

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (2 edits) (+1)

Fun little prototype! Some of it feels quite polished, and I especially like the art.

The fact that your jump didn't actually start until after lifting the spacebar feels very weird; not sure if there was a reason behind that, but I was not a fan. I would also say that the combat could use a bit of work. The enemies seemed to take quite a few hits, but just clicking and backing away and clicking was not too engaging. I feel like either having them take less hits or having something more to the combat system would help with that.

Overall, however, it is fun, which is a really good sign. I see you call it a prototype, so my hope is you have plans to keep working on it. I want more cool pygame projects!

(Oh, and always happy to support a dev using pygame! Unfortunately, it's just brutal trying to get ratings for a jam with just source code available. I know from experience, haha.)

Edit: Wanted to throw a recommendation for pygbag in here, just in case you've never heard of it and plan to continue using pygame. It'll let you make web builds, which can be really nice to have. Doesn't always work perfectly, but might be worth checking out!

Developer (1 edit) (+1)

HI! Thank you so much for the feedback! I have never heard of pygbag but I will definitely check it out!

Submitted(+1)

Hey, had to also mess with some console commands to get it going. Once I did, it was a fun playthrough! Some stuff was a bit hard to see, but overall, it was a cool game. Nice work!

Submitted (1 edit) (+1)

Here's a list of commands you can type in a PowerShell window to run the game on Windows (shift + right click in exporer -> open PowerShell here):

set-executionpolicy remotesigned
python -m venv ./.venv
./.venv/Scripts/Activate.ps1
python.exe -m pip install --upgrade pip
python.exe -m pip install pygame-ce pytmx
python.exe main.py

I like the artstyle and animations, very neat!  I especially like the dash animation! The controls are ok, the character moves well, but the jump going off on release feels weird!

I think some aspects need some balancing like the visibility of the spikes or the enemies health (it takes so much time to kill them that I often just rushed through them), but overall it's a nice little game, very metroidvania.

Developer(+1)

Thank you for the feedback and steps to run this on Windows! I will make sure to improve those aspects in future pygame projects!

Submitted

I am not sure how to run the game with the files provided. I would love to try out the game but need help running it :)

Developer(+1)

Hi! I apologize for not providing the Windows build, I am still having issues making it. A person in comments provided steps to run it on Windows.