donno2048 / spaceship

Spaceship game in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spaceship

Spaceship game in 111 lines of C, for Linux and Windows, based on @tsoj's.

Use the arrows to move, try avoiding the asteroids.

Compile

gcc main.c -o main

Without cloning

wget https://raw.githubusercontent.com/donno2048/spaceship/master/main.c -O- | gcc -xc - -omain

Run

./main

About

Spaceship game in C


Languages

Language:C 100.0%