Battleships game written in C
Find a file
2022-12-14 10:19:36 +01:00
battleship.c Init 2022-12-14 10:14:16 +01:00
battleship.h Init 2022-12-14 10:14:16 +01:00
helpers.c Init 2022-12-14 10:14:16 +01:00
helpers.h Init 2022-12-14 10:14:16 +01:00
LICENSE Initial commit 2022-12-14 10:12:26 +01:00
main.c Init 2022-12-14 10:14:16 +01:00
README.md Update README.md 2022-12-14 10:19:36 +01:00

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.