Skip to content

johntringham/Adrenaline-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adrena-line solver

A quick dumb project which automatically solves any level of Daniel Linssen's game ADRENA-LINE, where you are a square that can only travel in straight lines until you hit a wall.

Works by finding the game's window and then taking a snapshot of it, interpretting that snapshot to work out the level, and then running a bredth first search to find the quickest route. Fake keypresses are then sent to the game window.

Written in C#, uses WPF for the UI and a bunch of gross PInvoke methods to grab the screen and to send inputs to the game window. Will only work on Windows.

Gifs

Some gifs of it working. Adrena-line on the left, the solver program on the right

Longer demo:

Running at a normal speed:

Running at full speed:

About

Automatically plays the game Adrena-line by Daniel Linssen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages