Skip to content

Instantly share code, notes, and snippets.

View alvinneocom's full-sized avatar
🚎
quis custodiet ipsos custodes?

Alvin Rhaman alvinneocom

🚎
quis custodiet ipsos custodes?
View GitHub Profile
colors = ["AliceBlue", "AntiqueWhite", "Aqua", "Aquamarine", "Azure", "Beige", "Bisque", "Black", "BlanchedAlmond", "Blue", "BlueViolet", "Brown", "BurlyWood", "CadetBlue", "Chartreuse", "Chocolate", "Coral", "CornflowerBlue", "Cornsilk", "Crimson", "Cyan", "DarkBlue", "DarkCyan", "DarkGoldenRod", "DarkGray", "DarkGrey", "DarkGreen", "DarkKhaki", "DarkMagenta", "DarkOliveGreen", "DarkOrange", "DarkOrchid", "DarkRed", "DarkSalmon", "DarkSeaGreen", "DarkSlateBlue", "DarkSlateGray", "DarkSlateGrey", "DarkTurqoise", "DarkViolet", "DeepPink", "DeepSkyBlue", "DimGray", "DimGrey", "DodgerBlue", "FireBrick", "FloralWhite", "ForestGreen", "Fuchsia", "Gainsboro", "GhostWhite", "Gold", "GoldenRod", "Gray", "Grey", "Green", "GreenYellow", "HoneyDew", "HotPink", "IndianRed", "Indigo", "Ivory", "Khaki", "Lavender", "LavenderBlush", "LawnGreen", "LemonChiffon", "LightBlue", "LightCoral", "LightCyan", "LightGoldenRodYellow", "LightGray", "LightGrey", "LightGreen", "LightPink", "LightSalmon", "LightSeaGreen", "LightSkyBlue",
void hangman(int wrong)
{
for(int rowcounter = 0; rowcounter <= 3; rowcounter++)
{
if(rowcounter == 0)
{
printf("----\n");
}
if(rowcounter == 1)
{
#!/bin/sh
# i don't remember who this came from, the comments below are from them
#
# Credit to this guy
# https://www.reddit.com/r/minimalcatart/comments/cvqukg/smol_ket/
#
#bb="\033[48;05;232m"
#fb="\033[38;05;232m"