My Computer plays a Classic Game, perfectly!

Опубликовано: 17 Май 2026
на канале: CallousCoder
102
6

#game #classic #retro #lcdgame
We start easy by creating a tool assisted game play (TOOL ASSISTED SPEEDRUN) for an old classic LCD Game called Highway, that has been ported to run in a browser.

code:
https://github.com/rdoetjes/qttas

Highway game:
http://bdrgames.nl/lcdgames/games/hig...

-We will talk about screen grabbing using QT.
-Converting a screenshot into a QImage (in this case) so we can read pixel values
-Create a simple algorithm that does a perfect 100% obstacle avoidance

I wanted to do this with the real game that I owned 40 years ago! But I couldn't buy it anywhere! But I am keeping my eyes out for an LCD Game and do it for realsies too at some point.