DEV Community

Discussion on: The Aviator🎮  -  Test your coding and logic skills with a web game

Collapse
 
lethalluggage profile image
LethalLuggage

I assume that the "impossible level" is actually just difficult and not impossible? It took me about 40-60 minutes but I solved it in < 1000 moves.

Collapse
 
paolimi profile image
Paolo Longo

Yes, the last level is solvable and I hope that solving it has made you have fun.

I would like to point out, however, that the game is not yet matured to the point of distinguishing "right" and "wrong" solutions.

Each level is divided into several stages, all with the same pattern to solve. For now, however, it is possible to avoid solving the pattern, recognize the individual stages of the level and solve them mechanically.

if ("stage1") doStage1 ()
if ("stage2") do Stage2 ()
...

In the future, with a few simple changes, I will implement a system to report/avoid them, but for now, they are allowed.

If your solution is "right", congratulations. It took me a little more time to find a satisfactory one :)

If you want you can download my solution here (the "load solution" button must be pressed more than once)