You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking, it doesn't really make sense for these things to be parameters of the interpreter. They should be tied to the code. A cylindrical board usually won't make sense if marbles are pushed off the edges instead and vice versa. So I'd say these belong into the code, and we can probably add them with directives similar to #include. And while we're at it, I was wondering if we couldn't actually make these per-board directives (and each board defaults to the main board's options).
The text was updated successfully, but these errors were encountered:
es1024's implementation comes with a few options that seem useful, most notably
We can probably think of a few others...
I'm thinking, it doesn't really make sense for these things to be parameters of the interpreter. They should be tied to the code. A cylindrical board usually won't make sense if marbles are pushed off the edges instead and vice versa. So I'd say these belong into the code, and we can probably add them with directives similar to
#include
. And while we're at it, I was wondering if we couldn't actually make these per-board directives (and each board defaults to the main board's options).The text was updated successfully, but these errors were encountered: