Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 763 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 763 Bytes

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