Created
November 26, 2019 19:49
-
-
Save jcmiller11/b2b604fffcc16e5b020167d9e5059324 to your computer and use it in GitHub Desktop.
2048 (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 | |
| ================ | |
| Background | |
| Player | |
| ====== | |
| 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