Skip to content

Instantly share code, notes, and snippets.

@npinsker
npinsker / readme.txt
Last active January 2, 2017 08:27 — forked from anonymous/readme.txt
title
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@npinsker
npinsker / readme.txt
Last active March 17, 2017 16:27 — forked from anonymous/readme.txt
title
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@npinsker
npinsker / readme.txt
Created February 7, 2019 06:09
Sokogoban (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@npinsker
npinsker / readme.txt
Created February 22, 2019 10:43
Gabelstapler (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@npinsker
npinsker / readme.txt
Created February 22, 2019 10:54
Gabelstapler (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@npinsker
npinsker / readme.txt
Created February 23, 2019 01:57
Gabelstapler (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@npinsker
npinsker / readme.txt
Created March 3, 2019 23:08
Garten der Medusen (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@npinsker
npinsker / readme.txt
Created March 3, 2019 23:08
Garten der Medusen (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
use std::cmp;
use std::collections::HashMap;
use std::env;
use std::fs;
use std::fs::File;
use std::hash::Hash;
use std::io::Write;
use std::time::SystemTime;
const POWERS_OF_THREE: [u8; 5] = [1, 3, 9, 27, 81];