Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 223 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 223 Bytes

battle-c

A simple command line battleship game.

Install

Manually

  1. clone the repo

  2. build by running the following command

gcc -o executable_name -I include src/*.c -g
  1. execute executable_name