Spaceship game in 111 lines of C, for Linux and Windows, based on @tsoj's.
Use the arrows to move, try avoiding the asteroids.
gcc main.c -o main
wget https://raw.githubusercontent.com/donno2048/spaceship/master/main.c -O- | gcc -xc - -omain
./main