EXAPUNKS
SNAKE AI (CREATE AN AI FOR THE GAME SNAKE)
3 条留言
kotek900  [作者] 2020 年 5 月 2 日 上午 3:19 
Ok, everything should be fixed now. I've also changed it so apples no longer appear in the snake,
kotek900  [作者] 2020 年 5 月 2 日 上午 2:31 
Thank you, it seems like I acidentally made the walls draw at the 20X coordinate instead of 19X, I don't know how I didn't notice that but that's a mistake that I made. I don't know if I can update the puzzle with new code, I will try, but if I can't do it I might upload a fixed version with some other changes like less points needed for other test runs.
zwippie 2020 年 5 月 1 日 下午 2:40 
Thank you for your puzzle. I have not been able to finish it yet, mainly due to error messages popping up in the console. It's always the same (empty) error: > Line 63: . Also, the #VIEW register output is set to 0 and the Do not die goal is immediately failed.

The easiest way to force such a crash is to send the following X and Y coordinates:

LINK 800
COPY 19 #VIEW
COPY 1 #VIEW
*BOOM*

Can you shed a little more light on the coordinate system and the #VIEW register?