[ currently broken :D ]
Hi!
I made Snake. You can control it using WASD, or the arrow keys. Eat the red apples, and don't crash into the walls or yourself!
But.....
When you press space, it uh... helps you out a little :)
Enjoy!
@DynamicSquid Expressions: anonymus functions. e.g.
set f = (a,b,c> a+b+c);
is equivalent to
def f(a, b, c) { return a + b + c; }
I made a 🐍Snake AI 💻
[ currently broken :D ]
Hi!
I made Snake. You can control it using WASD, or the arrow keys. Eat the red apples, and don't crash into the walls or yourself!
But.....
When you press space, it uh... helps you out a little :)
Enjoy!
@DynamicSquid Expressions: anonymus functions.
e.g.
is equivalent to