Skip to content

Instantly share code, notes, and snippets.

View sfiera's full-sized avatar
🚀

Chris Pickel sfiera

🚀
View GitHub Profile
title Tour de Four
author Chris Pickel
homepage sfiera.net
again_interval 0.08
background_color #222
========
OBJECTS
========
def make_alpha(image):
image = image.to_rgba()
# Find the brightest pixel in the image.
brightest = 0
for y in range(image.bounds.height):
for x in range(image.bounds.width):
p = image.get(x, y)
brightest = max(max(brightest, p.r), max(p.g, p.b))
2004-05-22 scenarios Colliseum
2004-05-22 scenarios Ascender
2004-05-09 scenarios Elejees Decision-Alpha
2004-01-24 scenarios Pirates
2004-01-11 guides Extreme Speeds Ares Guide
2003-12-08 scenarios Endurance 1.0
2003-12-03 scenarios Catharan Crusades v1.0
2003-11-28 scenarios Malamar (This plug allows you…)
2003-11-27 scenarios Former Single Player Levels 1.1
2003-10-31 scenarios Humans Revenge Part 1
title Color Test
author Chris Pickel
========
OBJECTS
========
Green Player G
Green
@sfiera
sfiera / Dockerfile
Last active October 10, 2019 22:24
Retro68 Dockerfile
FROM ubuntu:18.04 AS build
RUN apt-get update \
&& apt-get install -y \
bison \
cmake \
curl \
flex \
git \
libboost-all-dev \
title Two Players
author Chris Pickel
homepage www.puzzlescript.net
========
OBJECTS
========
Background
Green
title Random Shortest Path
author Dennis Au
background_color Green
run_rules_on_level_start
========
OBJECTS
========
Background .
White
nohup /Applications/Utilities/System\ Information.app/Contents/MacOS/System\ Information -AppleLanguages '(Japanese)'&
@sfiera
sfiera / readme.txt
Created January 18, 2019 08:45
Untitled PuzzleScript Script
Play this game by pasting the script in http://www.puzzlescript.net/editor.html