Skip to content

donno2048/spaceship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

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