Skip to content

Instantly share code, notes, and snippets.

View PackmanDude's full-sized avatar

Mr. Packman PackmanDude

View GitHub Profile
@PackmanDude
PackmanDude / magic8.c
Last active April 24, 2025 18:15
Magic 8 game in C.
/* Magic 8 game in C
Copyright (C) 2025 PackmanDude
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@PackmanDude
PackmanDude / balancity-gnu-linux-fix.md
Last active April 24, 2025 18:06
A guide for running BalanCity on GNU/Linux operating systems.

Instructions

Files you copy/install must be compatible with your game architecture.

  1. Install libgconf
  2. Add this to launch options:
LD_LIBRARY_PATH=/path/to/pango-1.43/lib %command%
@PackmanDude
PackmanDude / whomine-activity.json
Last active February 23, 2025 01:11
The entirety of the activity associated with the user WhoMine on GitHub.
[
{
"id": "12255760997",
"type": "CreateEvent",
"actor": {
"id": 64899697,
"login": "WhoMine",
"display_login": "WhoMine",
"gravatar_id": "",
"url": "https://api.github.com/users/WhoMine",
@PackmanDude
PackmanDude / update_proton.sh
Last active January 24, 2025 12:11 — forked from usrtrv/update_proton.sh
Update every game's proton version.
#!/bin/sh
set -eu
steam_dir="$HOME/.steam"
proton=
list=false
eval set -- "$(getopt -o d:p:l -l directory,proton,list -- "$@")"
while true; do