Skip to content

Instantly share code, notes, and snippets.

View Maxz963's full-sized avatar
🦖
installing gentoo

Maxz963

🦖
installing gentoo
View GitHub Profile
@Maxz963
Maxz963 / The_Sacred_text.txt
Last active January 10, 2020 21:04
This is the Doom slayers Testament from Doom (2016)
Slayer's Testament I through V
In the first age, in the first battle, when the shadows first lengthened, one stood. Burned by the embers of Armageddon, his soul blistered by the fires of Hell and tainted beyond ascension, he chose the path of perpetual torment. In his ravenous hatred he found no peace; and with boiling blood he scoured the Umbral Plains seeking vengeance against the dark lords who had wronged him. He wore the crown of the Night Sentinels, and those that tasted the bile of his sword named him... the Doom Slayer.
Tempered by the fires of Hell, his iron will remained steadfast through the passage that preys upon the weak. For he alone was the Hell Walker, the Unchained Predator, who sought retribution in all quarters, dark and light, fire and ice, in the beginning and the end, and he hunted the slaves of Doom with barbarous cruelty; for he passed through the divide as none but demon had before.
And in his conquest against the blackened souls of the doomed, his prowess was shown. In his crusad
@Maxz963
Maxz963 / tetris.py
Last active December 13, 2019 15:10 — forked from cshimmin/tetris.py
Tetris implementation in Python
#!/usr/bin/env python
#-*- coding: utf-8 -*-
# NOTE FOR WINDOWS USERS:
# You can download a "exefied" version of this game at:
# http://kch42.de/progs/tetris_py_exefied.zip
# If a DLL is missing or something like this, write an E-Mail (kevin@kch42.de)
# or leave a comment on this gist.
# Very simple tetris implementation