プレイ日記
PChicken NerdChicken
So I'm making 2048 now. Interesting. Going to try and write it in under 100 lines.
5そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
You could use a two-dimensional array for the 2048 board instead of 4 arrays for each row. DIM (or VAR) NUM[4,4] PRINT NUM[1,0] -> 0
1そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
oooh. didn't know those were implemented here :3
0そうだね
プレイ済み
返信[3]
親投稿
V360 TheV360
It goes all the way to four dimensions, by the way!
0そうだね
プレイ済み