This jam is now over. It ran from 2023-08-09 22:00:00 to 2023-08-31 22:00:00. View results

Make a good and original game. Please make sure to add all dependencies of your game in the Dependencies field and specify your game's genre in the Game Genre field when submitting your game to the jam.

This is not an "oh my god I need to do it in 48 hours" kind of jam, so you can make the game before the submission starts.

... But I haven't made a game before!

If you haven't made a game before, now is a perfect time to start learning! This jam is beginner friendly.

Here are a few beginner-friendly engines and frameworks that you can use to make the game:

Unity Engine - uses C# as its programming language. Get it here: https://unity.com/

Godot Engine - uses GDScript (similar to Python) or C# to program, depending on your chosen variant. Get it here: https://godotengine.org/

Pygame - a framework made with and for the Python programming language, it is easy to pick up. I made my first games in it!