Created
November 26, 2019 19:39
-
-
Save jcmiller11/6ed3ce3d119f77f10e396c22dda6a255 to your computer and use it in GitHub Desktop.
Untitled PuzzleScript Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| title 2048 | |
| author jc | |
| homepage www.puzzlescript.net | |
| run_rules_on_level_start | |
| noaction | |
| background_color #006699 | |
| key_repeat_interval 0.3 | |
| ======== | |
| OBJECTS | |
| ======== | |
| Background | |
| transparent | |
| Player | |
| transparent | |
| ======= | |
| LEGEND | |
| ======= | |
| ======= | |
| SOUNDS | |
| ======= | |
| ================ | |
| COLLISIONLAYERS | |
| ================ | |
| ====== | |
| RULES | |
| ====== | |
| ============== | |
| WINCONDITIONS | |
| ============== | |
| ======= | |
| LEVELS | |
| ======= | |
| MESSAGE "Hooray! You've created a 2048, you're the best!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment