Map | Name | Designer(s) |
---|---|---|
The Beginning | ||
start | Welcome to Quake | John Romero |
Dimension of the Doomed (shareware episode) | ||
e1m1 | Slipgate Complex | John Romero |
e1m2 | Castle of the Damned | Tim Willits |
e1m3 | The Necropolis | Tim Willits |
e1m4 | The Grisly Grotto | Tim Willits |
e1m5 | Gloom Keep | Tim Willits |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Colors for scripts | |
CLR="\[\033[0m\]" # unsets color to term's fg color | |
# regular colors | |
BLK="\[\033[0;30m\]" # black | |
RED="\[\033[0;31m\]" # red | |
GRN="\[\033[0;32m\]" # green | |
YLW="\[\033[0;33m\]" # yellow | |
BLU="\[\033[0;34m\]" # blue | |
MGN="\[\033[0;35m\]" # magenta |
This walk through comes from @GalacticFurball who tweeted two images representing the youtube_dl source code as of 2020-09-20. They mentioned later in the thread that they struggled converting the gzip-compressed tarball of the source code with Imagemagick to a PNG, so they ended up using a 3rd party website to do the work. This Gist will show you how to do it cleanly and exactly.
If you would like to convert any non-image binary into PNG, Imagemagick makes this trivial. I will be executing the commands on a Debian Linux system, so you may need to adjust the commands for BSD, macOS, or Windows as necessary.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://web.archive.org/web/20080228054410/http://www.davebollinger.com/works/pixelspaceships/ | |
https://www.flickr.com/photos/davebollinger/3213452720/in/album-72157600050307086/ | |
https://github.com/yuigoto/infiniship | |
https://github.com/zfedoran/pixel-sprite-generator | |
https://tversteeg.itch.io/sprite / https://github.com/tversteeg/sprite-gen | |
https://gist.github.com/atarola/5859722 | |
http://kometbomb.net/2008/03/18/more-generated-game-content/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import random | |
import pygame | |
from pygame.locals import * | |
# | |
# Pixel Spaceships! | |
# Original Idea: http://web.archive.org/web/20080228054410/http://www.davebollinger.com/works/pixelspaceships/ |
link | description |
---|---|
Archives | |
https://archive.org/details/windows-ce-freeware-and-shareware-cd-by-romman | Shareware/Freeware CD of Handheld PC Games, Apps |
http://old-hpc.narod.ru/prog.html | Games, Apps, Emulators |
https://www.vector.co.jp/vpack/filearea/other/ | Japanese Palm/CE software links |
http://hp.vector.co.jp/authors/VA003011/ | Japanese WinCE Software |
http://popope.nobody.jp/ | Japanese HPC CE games/software also for PostPet |
https://web.archive.org/web/20161230152341/http://velo.8k.com/ | Archive of 1.0 CE HPC Software |
thing | library | library |
---|---|---|
axoloti | custom | |
orac/organelle | puredata | |
otto | faust | nanovg |
norns | supercollider/lua | cairo |
surge | vstgui | |
helio | juce_graphics | |
helm | juce_gui |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proquake | |
teamplay 1 | |
coop 1 | |
deathmatch 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Link to gdrive where projects are mirrored before archival | |
https://drive.google.com/drive/u/1/folders/1yB0XQ6tUsOp3mc6boqXTeGi64w8EJ7kH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Link to gdrive where projects are mirrored before archival | |
https://drive.google.com/drive/u/1/folders/1yB0XQ6tUsOp3mc6boqXTeGi64w8EJ7kH |