Tweaked some scripts

This commit is contained in:
2023-02-14 09:21:22 +00:00
parent 0737b2a483
commit 57af5a6d59
3 changed files with 16 additions and 29 deletions

View File

@@ -1,3 +1,18 @@
/*
How to run this program:
toyrepl -n -t scripts/level.toy
How to move around:
move(up);
move(down);
move(left);
move(right);
*/
//constants
var WIDTH: int const = 12;
var HEIGHT: int const = 12;