Skip to content

Instantly share code, notes, and snippets.

View bowlercaptain's full-sized avatar

Robert Mock bowlercaptain

View GitHub Profile
@bowlercaptain
bowlercaptain / readme.txt
Created July 9, 2021 12:48
The worm puzzle (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@bowlercaptain
bowlercaptain / beeper.py
Last active September 10, 2019 11:05
boopstodon
#! /usr/bin/env python3
import os
from time import sleep
smolbeep = 35
freq = 440
errfreq = 220
farnsadd = 400
@bowlercaptain
bowlercaptain / script.txt
Last active January 10, 2019 12:07
running pzs game
title new thing
author bowlercaptain
homepage somevideogam.es
realtime_interval .3
throttle_movement
key_repeat_interval .3
========
OBJECTS
@bowlercaptain
bowlercaptain / listNonMutuals.py
Last active October 17, 2018 23:00
a script to list people who you don't follow / don't follow you on mastodon.
#!/usr/bin/env python
from mastodon import Mastodon
import os.path
instanceBaseURL = "https://cybre.space"
if ( not os.path.isfile("nonMutuals_clientcred.secret")):
Mastodon.create_app(
'nonMutuals',
title flappo bappo (60fps)
author bowlercaptain who is sorry
homepage somevideogam.es
realtime_interval .01666666666
throttle_movement
key_repeat_interval .01666666666
========
OBJECTS
@bowlercaptain
bowlercaptain / readme.txt
Last active March 24, 2018 22:51
puzzlescript is hard
is the readme necessary?
@bowlercaptain
bowlercaptain / thisisapuzzlescriptgameyo.extensionslol
Created March 23, 2018 07:18
this fuckij pzs game before I made it into flappy bird
title flyfm
author Robert
homepage somevideogam.es
realtime_interval 0.1
========
OBJECTS
========
#!/usr/bin/env python
from mastodon import Mastodon
'''
setup:
>>> mastodon = Mastodon(
... client_id = 'clientcred.secret',
... api_base_url = "https://awoo.space"
... )
@bowlercaptain
bowlercaptain / readme.txt
Last active August 28, 2017 05:11 — forked from anonymous/readme.txt
title
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@bowlercaptain
bowlercaptain / readme.txt
Last active April 29, 2017 22:30 — forked from anonymous/readme.txt
title
Play this game by pasting the script in http://www.puzzlescript.net/editor.html