Skip to content

Rahul-Patanwadia/2-Player-Reactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages