2051 shaares
19 résultats
taggé
game
Cette page est un guide pour installer, configurer et utiliser Wine.
Un petit guide complémentaire pour Proton est fourni en fin de document.
Tiny survivors-like game that fits under 14 kB of minified JS code.
"Bullet hell" game where you control beloved penguin Tux and must defeat an evil mutant Window.
n=1;w=$(look .|egrep "^\w{5}$"|shuf|head -1);for i in {1..6};do read -p"$((n++))? " g;for i in $(seq 0 ${#g});do l=${g:$i:1};[[ $l == ${w:$i:1} ]]&&printf "\e[42m$l\e[0m"||printf "$l";done;echo;[[ "$g" == "$w" ]]&&break;grep --color=always "[$w]" <<<"$g";done;echo ans:\ $w