Bad idea: build a captcha library that embeds DOSBox so it can make you beat levels/puzzles from DOS games to continue.
-
!
Where in the world is Carmen Sandiego!
You catch the culprit of the current case, using the clues and your geographic knowledge and Encyclopedia! -
Oregon Trail would also be funny.
To prove you are a human, get to Oregon.
-
We use geo-ip to automatically allow anyone showing up as accessing the site from the state of Oregon, of course.
-
(that is only one slight degree sillier than something I have done professionally for a website)
-
Chip's Challenge levels would also be funny.
-
The edutainment puzzles from the doors in Super Solvers: Gizmos and Gadgets!
-
@foone brb adding an error handler that says BUMMER whenever the API returns a 401
-
You know, I was just thinking yesterday I should reverse engineer that game, but I don't really have a reason to.
Now I do.
-
"have a population of at least 20,000 within 5 years in this game of SimCity 2000"
-
Just throwing surfers randomly in point and click adventures and then telling them to find an item would also be funny.
Do you know where to get the Cloaking Belt in Space Quest 3? How about the box of electronic bunnies in Full Throttle?
Where's the Old Book on Hugo 3: Jungle of Doom? -
@foone how about an incredible machine *with* lemmings?
-
@gryzor madness!
-
@foone something like doom captcha?
https://vivirenremoto.github.io/doomcaptcha/ -
@itec yes but running the actual game
-
@foone warioware but as captcha
-
@lritter that'd be fun! significantly more likely to get your ass sued off, sadly.
-
Seems Gizmos and Gadgets is a 16-bit EXE compiled with Borland Turbo C++ (no floating point support)
-
oh goody my favorite, OVERLAYS!
as if segmented code wasn't enough of a pain, where you don't know where a pointer points to unless you see how it's used, now you don't know what code is CURRENTLY loaded at that position, because it changes!
-
@foone Or for the non-gamers: “Edit these CONFIG.SYS and AUTOEXEC.BAT files so that you have both CD-ROM access and mouse driver working, while also having 600KB of available conventional memory.”
We’d need anti-cheat to prevent the use of MEMMAKER though…
-
step up: find the fade out.
see the game fades out when you go into a door. find where that code is, then see what gets called next.
finding a fade out should be easy: look for when they reprogram the VGA palette registers to dim every color to black.