Skip to content

Instantly share code, notes, and snippets.

View bigunclemax's full-sized avatar
🥴

Maxim bigunclemax

🥴
View GitHub Profile
@depau
depau / README.md
Last active August 8, 2024 10:56
Valetudo Gamepad Control

PyGame-based Valetudo Gamepad Remote Control

Uses PyGame, so it should work with all gamepads that work in actual games.

Nasty code ;)

It requires the gamepad to have at least one analog stick.

Modify the script and set DRY_RUN to True to avoid contacting Valetudo during gamepad testing.

@fritschy
fritschy / anno-1602-gog.sh
Last active November 6, 2021 09:30
Run Anno 1602 on Linux with Wine
#!/bin/sh
export WINEPREFIX=$PWD
case "$1" in
setup)
mkdir -p ~/Games/anno-1602
cd ~/Games/anno-1602
winetricks winxp
winetricks ddr=gdi # do I need this?