Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Thank you very much , Megaing. I'll try.
I am almost ready to solve this problem.
I think that repeating the regularity of the conversion with function calls is probably the key to solving this problem.
However, writing the conversion rules in assembler would be a huge amount of code.
For example, "go right" is rotated 90 degrees to "go up" and so on.
There must be some efficient algorithm for conversion rules, but I just can't think of it.
I would appreciate any and all more hints you can give me.
https://steamcommunity.com/sharedfiles/filedetails/?id=2824911652
I have solved The Maze using OVERTURE, and I don't know the way you are talking.
And, I don't have computer science background.
However, since the stages after LEG are basically left to the creativity of the players, and there is no advice from the game designers, so I am having trouble understanding many of the things I don't know.
Of course, I believe that this difficulty is what makes the game so interesting, and I like this game.
However, I would be grateful if anyone could give me some hints.
Thanks for commenting, pleegwat.
I will refer to it.
I wrote an algorithm that follows the (subjective coordinate) right side of the wall and cleared THE MAZE.
then your solution was able to "move forward", "turn left", "turn right". And there's a way to draw Hilbert curve using the same type of commands, via Lindenmayer system (L system). Using this system removes the issue of having to write separate functions for "go up" or "go right", as all actions are relative to your current direction.
I'll try to figure out the solution by myself for a while.
How the hell do you come up with a solution like this?
The solution consists of three parts. The left-hand side is a 6-bit counter, hard-wired to increment every tick. The right-hand side was created by making a list of the required 63 outputs, writing out truth tables for each bit separately, and trying to find patterns in those until I got a reasonably small result.
https://steamcommunity.com/sharedfiles/filedetails/?id=2864774365