
It's time to show your most amazing creations using the NEW raylib 6.x release!
This gamejam celebrates the new raylib release but also surpassing the +16K Discord members and the +30K GitHub stargazers!
Continue reading to know more about this unique event!
One of the requirements is that game must run on web (wasm), here it is a detailed documentation about configuring raylib to build for Web platform.
Also, a GitHub raylib game template for this gamejam is available, everyone is free to use it! The most interesting part about the GitHub template is the automation of the game building using GitHub Actions, every time a commit is sent to the project, it is automatically compiled for Windows, Linux and WebAssembly, you just need to pickup the generated artifacts!
WARNING! raylib is for ADVENTURERS! raylib is a C programming library, no visual editor or high-level engine features, just coding in the most pure spartan-programmers way. It's recommended to have some previous coding experience with raylib.
Hard constraints (mandatory requirements):

Soft constraints (recommended features):
REMEMBER: A GitHub raylib game template for this gamejam has been created, everyone is free to use it!
Games will be rated with a 5-star system in three different categories:

Games will be rated and awarded considering an hybrid votes model: public votes and jury votes.
NOTE: The jury will also take into account any double or unfair voting in the public voting system to balance the unfair votes.
The jury for the gamejam will be disclosed the same day the gamejam ends. All of them are experienced videogames/software developers.
The rating period will be of 6 DAYS after the gamejam ends, in that time people and jury can play and rate all the submitted games.
For everyone rating the games, it's recommended that you leave some feedback as part of the rating! It's more helpful than just a number!
The experience itself is way more valuable than any other prize! Actually, finishing a game under the constraints of this gamejam is a BIG achievement on itself... but prizes are nice too!

The prizes will be given to the 3 games. One entry can only win in one category, so there will be 3 winners.
Additional prizes may be awarded for honorable mention based on the submissions.
NOTE: Prizes are subject to availability on winners countries, some countries could not support Steam gift cards.
ADDITIONALLY, ALL THE PARTICIPANTS THAT END UP **SUBMITTING A GAME FOLLOWING CONSTRAINTS** WILL RECEIVE AN itch.io KEY FOR ONE TOOL FROM raylib technologies! Tools to choose from:

NOTE: After the gamejam and project submission, tool key can be requested to Ray directly on raylib Discord.
Essential resources (mandatory to check):
Additional resources (recommended to check):
Could my game be smaller than 720x720 and scaled on drawing?
Yes, game can be rendered to smaller size RenderTexture and scaled on drawing but make sure aspect ration is squared for better scaling. Also using some multiple of 720x720 is recommended (360x360, 180x180).
Does my game have to run on Web?
Yes, game must be compiled to WebAssembly and must be uploaded to itchio to be evaluated by the users and judges. You are free to also upload releases of the game for other raylib supported platforms (Windows, Linux, macOS...) but they won't be evaluated.
Can I use stuff that I already made?
You can use previous material created by you but the spirit of the jam is to make something new. Also note that game MUST follow the theme proposed for the jam that is disclosed in the moment the jam starts.
Do I have to do everything myself from scratch?
Not really, you can use free/public art/audio assets, some Resources are provided for that. Make sure the assets you use are are free for use or in the public domain. Also note that you can team up with other jammers up to 4 people if desired.
Is there any template to start working on the gamejam game?
YES! There is a GitHub raylib game template available to use as a GitHub template and start working on the gamejam game, everyone is free to use it! The template includes automatic game building for Windows, Linux, WebAssembly on every commit!
Can I update the game during the voting period?
No, once the gamejam is finished is not possible to update it. If there was any special situation, please contact me on Discord. I will review each case individually. Please, be careful when submitting your game.
Is there a Discord I can join to meetup other jammers?
Yes, you can join raylib Discord, there is a specific #raylib-gamejam channel to talk about the gamejam.
Game creators retain all rights of the gamejam submitted game.
Have fun! :D