プレイ日記
ĦHarry Ramstrong
New and improved maze generator algorithm. I always thought my last maze was overly complicated. Now it's a whole lot simpler and it fits in one screen!
5そうだね
プレイ済み
返信[1]
親投稿
ĦHarry Ramstrong
Here is the sample output. Maybe I should've put this on the post!
0そうだね
プレイ済み
返信[2]
親投稿
Gad Iknowitall
and can you let people solve the maze?
0そうだね
プレイ済み
返信[3]
親投稿
Gad Iknowitall
can you give me the download key?
0そうだね
プレイ済み
返信[4]
親投稿
ĦHarry Ramstrong
No upload so long as it's one screen. To solve it, just go from one corner to the other. I improved it so it loops 1 in CR.
0そうだね
プレイ済み
返信[5]
親投稿
how did you get the screen blue
0そうだね
プレイ済み
返信[6]
親投稿
ĦHarry Ramstrong
Under option, you can change colors to anything you like. Change the one for background.
0そうだね
プレイ済み
返信[7]
親投稿
Gad Iknowitall
It's not working I have a syntax error
0そうだね
プレイ済み
返信[8]
親投稿
ĦHarry Ramstrong
What line number? It's a screen cap, so I don't think the error would be on my end. I need to keep working on this to make Rogue-like game. I'll post the code when that's done.
0そうだね
プレイ済み
返信[9]
親投稿
Gad Iknowitall
lines 1 and 2
0そうだね
プレイ済み
返信[10]
親投稿
Gad Iknowitall
Oh I accidentally added a line symbol...
0そうだね
プレイ済み
返信[11]
親投稿
Gad Iknowitall
But I have a error on line 9
0そうだね
プレイ済み
返信[12]
親投稿
Gad Iknowitall
I fixed it
0そうだね
プレイ済み
返信[13]
親投稿
Gad Iknowitall
but it continues in a diagonal line
0そうだね
プレイ済み
返信[14]
親投稿
Gad Iknowitall
heres the code
1そうだね
プレイ済み
返信[15]
親投稿
ĦHarry Ramstrong
Syntax errors are easy, aren't they? Semantic errors, OTOH, is hard. I'll look at it later. Thanks for posting the source code in easily readable colors!
0そうだね
プレイ済み
返信[16]
親投稿
ĦHarry Ramstrong
Which version are you using? Anyway, look at line 18 and 19. You're using DX$ twice. It should be DX$ and DY$. That's why you're getting diagonal. You're not using DY$!
1そうだね
プレイ済み
返信[17]
親投稿
Gad Iknowitall
fixed it
1そうだね
プレイ済み