Skip to content

Instantly share code, notes, and snippets.

@jcmiller11
Created November 26, 2019 19:49
Show Gist options
  • Select an option

  • Save jcmiller11/b2b604fffcc16e5b020167d9e5059324 to your computer and use it in GitHub Desktop.

Select an option

Save jcmiller11/b2b604fffcc16e5b020167d9e5059324 to your computer and use it in GitHub Desktop.
2048 (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
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