Requires love 11.5.
Put files in a directory then run love path/to/directory
dir
main.lua
classic.lua
Requires love 11.5.
Put files in a directory then run love path/to/directory
dir
main.lua
classic.lua
see: https://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash
#!/bin/bash
# see: https://stackoverflow.com/questions/1494178/how-to-define-hash-tables-in-bash
# Create symlinks
# ln -s /path/to/file /path/to/symlink # path >> linkname
# remove symlinks
#!/bin/bash | |
link="https://www.youtube.com/playlist?list=PLrFYIUo251sv6Whn25BE-gQzKRK0zIe1O" | |
python3 yt-dlp -x --audio-format mp3 -o ./dppt-ost/%(title)s-[%(id)s].%(ext)s ${link} |
Compatible with DnD 5e
The Murikan Empire once a hegemonic power that held a firm grip over the world is now falling apart from within. The troll Empreror Trollnald Dump has managed to fool the Empire's inhabitants and has taken over along with his ruthless troll advisors: the manchild Melon Tusk, Scamazon's overlord Jef Butthole, and the autistic wizard Zuck, among others.
They seek to break apart everything that sustained Pax Murika like free trade by imposing abitrary tariffs on neighboring states, blocking immigration by building great wall that the Mehikans will pay for or releasing the great Demon DOGE to feast on funds that were supposedly going to be inefficiently spent.
The working class reel at his reforms but still the great Trollnald presses on.
#!/bin/bash | |
me=$(basename "$0") | |
LINK="https://www.lexaloffle.com/dl/7tiann/pico-" | |
PICO_VERSION="8_0.2.6b" | |
PLATFORMS=("setup.exe" "windows.zip" "i386.zip" "amd64.zip" "osx.zip" "raspi.zip") | |
final_link=${LINK}${PICO_VERSION}_${p} | |
#!/bin/bash | |
# see: https://www.reddit.com/r/gamedev/comments/evx5rb/comment/fg0jgpb/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button | |
# wget --recursive --level=2 --accept '*.pdf' http://www.gameaipro.com/GameAIPro3 | |
# run from url: bash <(curl https://gist.github.com/tnn4/b7541c15e0a493a7085c94d9f01066c3/raw/58fa63a3290ca6eecd0c6ae2c2588227b34c9b84/dl-gameaipro.sh) | |
wget -w 1 --random-wait -r -l 2 -A pdf,zip --accept '*.pdf' http://www.gameaipro.com/ | |