Skip to content

DJAcquila/Space-Infection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Space-Infection

  • Space Infection is my first Space Shot Game made with C language, OPENGL and SDL1.2.

  • Controls

    • Move up: "Directional up"
    • Move down: "Directional down"
    • Move Left: "Directional left"
    • Move right: "Directional Right"
    • Shoot: "LEFT SHIFT"
    • Activate Barrier: "z"
  • For the game execution will be necessary some pre-settings

    • SDL1.2
      • sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
    • GLUT/OPENGL
      • sudo apt-get update
      • sudo apt-get install freeglut3 freeglut3-dev
      • sudo apt-get install libgl1-mesa-dev
  • To compile just use this command

    • make
  • And than execute:

    • ./main

By: Acquila Santos Rocha - Computer science student - 2017

About

A simple space shooter game, developed in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published