Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.17 KB

2-Player-Reactor

  • 2 player interactive game built on C

  • Has three games:

    • Game 1 : Hit When Green!

      • Hit the key when the screen turns green
      • First player to hit scores
      • -1 points for hitting the key early
    • Game 2 : Hit When color matches word!

      • Different color words will be displayed in different colors
      • Hit the key when the color matches the color word
        • eg. Hit the key when the word "red" appears in color red
      • First player to hit scores
      • -1 points for hitting the key when the color does not match the word
    • Game 3 : Hit when spheres collide!

      • 2 Spheres of different color and size are shot from each side of the screen at random speeds.
      • Hit when the spheres collide
      • First player to hit scores
      • -1 points for hitting the key before the spheres collide
  • Uses graphics.h and dos.h libraries

game_1

random_shot_1

game_2

random_shot_2

game_3

game_3(2)