Skip to content

ericktokuda/spaceinvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Imitation of) Space Invaders

Game inspired in the classic Atari game Space Invaders

Requirements

  • GCC
  • libGL

In Ubuntu/Debian, just run:

sudo apt-get install freeglut3-dev

Compilation

gcc src/main.c -lGL -lGLU  -lglut -lm -o si

Playing

./si

Gameplay

Troubleshooting

  • If your get a cannot find lGL error, try to locate the libGL.so file and check if its path is included in the LD_LIBRARY_PATH.

About

Game inspired in space invaders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages