Battleships game written in C
- C 100%
| battleship.c | ||
| battleship.h | ||
| helpers.c | ||
| helpers.h | ||
| LICENSE | ||
| main.c | ||
| README.md | ||
Battleships
C implementation of the Classic Battleships Navy game. Two players compete with eachother to sink all ship in the opponents fleet.
Additional parameters for compilation: -std=c99 -Wall -Wextra -pedantic -Wno-unused-parameter -g
Including all code .c files.