Skip to content

Instantly share code, notes, and snippets.

View 10c8's full-sized avatar
🍨

William Fernandes 10c8

🍨
  • Brazil
View GitHub Profile
@10c8
10c8 / readme.txt
Last active March 26, 2016 02:12 — forked from anonymous/readme.txt
PuzzleTech
Read more at: https://groups.google.com/forum/#!topic/puzzlescript/sXKthPBRWRU
@10c8
10c8 / readme.txt
Last active April 5, 2016 04:25 — forked from anonymous/readme.txt
Of Will and Blood
Play at http://sfiera.github.io/PuzzleScript/play.html?p=b120dd1b9daddea408dcfe5e4fda03ea
@10c8
10c8 / readme.txt
Last active April 30, 2016 00:11 — forked from anonymous/readme.txt
PacPac
Play at http://sfiera.github.io/PuzzleScript/play.html?p=ff545124a5ea5bf23ba0eef071a56533
@10c8
10c8 / knock.py
Last active September 22, 2016 23:18
#: vim set encoding=utf-8 :
##
# Knock
# Simple RPC for Python
#
# author 0x77
# version 0.3
##
# Imports
type
Type[T] = object of RootObj
typeName: string
value: T
String* = ref object of Type[string]
proc newString*(value: string): String =
result = String(typeName: "String",
value: value)
@10c8
10c8 / script.txt
Last active October 3, 2017 17:52
Something Penguin Something
title [0.1.3b] Something Penguin Something
author 10c8
homepage 10c8.github.io
background_color #002E8E
realtime_interval 0.1
run_rules_on_level_start
(verbose_logging)
@10c8
10c8 / readme.txt
Created August 8, 2019 13:38
1D Cube (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@10c8
10c8 / readme.txt
Created August 8, 2019 17:31
1D Cube (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@10c8
10c8 / readme.txt
Created August 8, 2019 18:01
1D Cube (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@10c8
10c8 / readme.txt
Created August 8, 2019 22:38
1D Cube (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html