Alea Ludum Dare

Alea Ludum Dare

This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
overall: 3.85
fun: 2.92
innovation: 4.40
theme: 3.64
humor: 2.82

DISCLAIMER / WARNING :


This entry uses Ludum Dare API Calls that aren't available while Ludum Dare is ongoing. So, if you're trying this prior to the Compo's end it won't do anything.

For this same reason, I couldn't test it in proper live conditions. While in theory it should be ok as it worked well in my testing environement, there's still a risk that things don't end up working properly.

Known Issues :
- ~~LD API's random function isn't true random and entries with a Smart score above 50 will show up prior to the other. This is something that isn't fixable on my end and would require changes to JammerCore (the software behind the LD website).~~ Fixed in the Web Page. For the Browser extension, it is less of an issue at it only concerns the first few games out of 24.
- ~~The Browser Extension/Script doesn't handle well games that don't have a cover image and they'll appear incorrectly.~~ Fixed.

Bug Fixes / Changelog :

~30 minutes after Compo End : Fixed Web Page version always returning the same games (the first few 'random' games from the API aren't actually random and might always be the same, so it's now the 10th one that'll be returned).
~1 hour after Compo End : Fixed Browser Extension/Script not handling games without covers (added a check that if there's no cover set it'll return the "TV fail" picture.

Context


Delivery is a theme that relates heavily with LD, as Ludum Dare initially means "to give a game" in latin and delivering games has always been at the core of Ludum Dare : We've got jammers delivering games to the website at the end of the jam and then Ludum Dare delivers these games to the community through its website.

The filter algorithms that decide which games are shown to the users like Smart, Classic, Danger, etc... are regularly the subject of discussions within the community as some of them have flaws, can be abused or will favor a select few games leading to a huge discrepancy in number of ratings between entries. It's also a part of the website that hasn't seen any additions or major changes in recent years.

So, for this LD, I decided not to make a game but rather to explore new possibilities as to how the Ludum Dare games are being delivered to the community, and I present to you :

logo.png

Through Alea Ludum Dare, I propose a new way to navigate the website : Alea, or "the game of chance".

Combined to Ludum Dare ("to give a game"), the idea behind this is pretty clear : Offering easy access to random Ludum Dare games.

The entry is split in two different & independant parts :
1. A Browser Extension that will enhance the LD Website through a new Alea filter to be shown random games.
2. A Web Page that will simply give you random LD games.

Browser Extension / Script


The Alea Ludum Dare Browser Extension (and its script version) adds an "Alea" (Random) Filter/Sort option to the Ludum Dare website in addition to the usual filters like Smart, Classic, etc...

Once the Alea filter is selected, a random selection of games will be shown. The games can also be rerolled through the "Reroll" button (instead of the More button).

The Alea filter can also be used along 'Category' (Compo/Jam/Extra) filters. For that, you'll have to select a Category first and then switch the 'sorting' to Alea.

Setup (Browser Extension version) :
*Browser extension works with Google Chrome or any other browser with a good Manifest V3 compatibility (ie. Google Chrome).*
*It is not compatible with Mozilla Firefox.*
- Download the browser extension
- Load the Extension in your browser. Ie. for Chrome : go to "chrome://extensions/" in the url -> enable Developer Mode -> click on Load unpacked -> select the extension's folder
- Open the list of games page on LD's website (https://ldjam.com/games). *If you were already on it prior to loading the extension, you might have to refresh the page.*

*Note : You will have to remove the extension from your browser manually afterwards (unless your browser as a "temporary" extension loading mode which automatically unloads it upon closing browser).*
*Note 2 : The Extension is set up to use the bug fixed script. If you want to test the compo version, you'll have to replace the content script in manifest.json so it uses alea_content-compo.js.*
*Note 3 : Difference between bug fixed version & compo one is that games without cover pictures are now handled properly.*

Setup (Script version) :
*Works with any browser.*
- Go to the list of games page on LD's website (https://ldjam.com/games)
- Open your browser's developer tools (usually F12 hotkey)
- Copy/paste the contents of alea_script.js into the console & Execute it.
- Click on the Sort Filter dropdown and you'll have the Alea Filter showing up.

*Note : If you leave or refresh the page, you'll have to execute the script again for the filter to show back.*
*Note 2 : alea_script.js is the bug fixed version and alea_script.js the old one.*
*Note 3 : Difference between bug fixed version & compo one is that games without cover pictures are now handled properly.*

How to use :
- On the list of games page, click on the Sort Filter dropdown (the one with Smart, Classic, etc... filters)
- Select the Alea Filter option and enjoy random games.

Web Page


The Alea Ludum Dare web page offers another way to get random games from this Ludum Dare. It is simpler and doesn't need any kind of setup.

It's a very basic web page, with only category selection and a simple button that will deliver you a single random Ludum Dare game at once.

How To Use :
- Open the Alea Ludum Dare web page (https://axelvborn.github.io/AleaLudumDare/)
- Choose the category (All, Compo, Jam or Extra) you want to test games from.
- Click on the Da Ludum Alea button and a new tab will open with your random game.

*Note : You can also download the sources and open index.html to open the web page in local.*
*Note 2 : The online version is the fixed version. If you want to test the bugged compo version, you'll have to download the sources & edit index.html to use alea_web-compo.js (the original script) then launch it locally.*
*Note 3 : The difference between both version is that it returns you the 10th random game instead of the 1st one as the first few random games might always be the same due to how LD's random algorithm work.*
Found a bug?
Tell us on Discord