Ocean Patrol is an arcade game implemented in C, whose objective is to survive as long as possible and save lost swimmers in an underwater environment.
For survival, military equipment coupled to a submarine is available. These equipment will be needed to blow up enemy submarines.
During survival the survival score is computed, increasing over time with each enemy submarine destroyed and each swim saved.
To play, you must have a C compiler (gcc) installed.
-
Compile the .c file
gcc ocean-patrol.c -o ocean-patrol\ -
Run
./ocean-patrol