Skip to content

Instantly share code, notes, and snippets.

@Draknek
Draknek / Splitting Headache
Last active July 19, 2019 08:40
Splitting Headache
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / readme.txt
Created March 6, 2019 09:46
Cosmic Express Casual (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / readme.txt
Created March 5, 2019 18:55
Cosmic Express - dev version (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / Cell Escape
Last active December 26, 2018 16:29
Untitled PuzzleScript Script
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / README.txt
Created November 23, 2018 02:55
Trie example for Baba Is You
Pseudocode rather than Javascript, but I wanted the syntax highlighting.
Not tested at all.
@Draknek
Draknek / readme.txt
Last active July 14, 2018 05:41
Tmp puzzlescript
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / readme.txt
Last active July 30, 2018 21:49
Slime Swap
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / Hack the Net
Last active May 11, 2018 05:08 — forked from anonymous/readme.txt
Hack the Net
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / zip-app.py
Last active March 27, 2024 15:21
Normally if you zip a .app directory on Windows and unzip it on Mac OS X, it won't run. This tool creates a zip file that should have the correct executable flags set to work correctly.
#!/usr/bin/env python3
import os
import sys
import time
import zipfile
startingdir = os.getcwd()
if (len(sys.argv) == 1):
print("Usage: " + os.path.basename(sys.argv[0]) + " path/to/application.app [path/to/output.zip]")
@Draknek
Draknek / Join The Blocks
Created September 28, 2017 13:52 — forked from anonymous/readme.txt
title
Play this game by pasting the script in http://www.puzzlescript.net/editor.html