A Battleship game coded in C.
BE CAREFUL: The project is not finished and no longer under development, but feel free to use it as you want. Anyway, the game works and the AI is hooked, but unfortunatly not implemented.
You need to have the following installed on your machine:
For ubuntu:
sudo apt-add-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install libncurses5-dev libncursesw5-dev ubuntu-make build-essential
make -v
gcc -v
You have to compile the sources (but cannot remember how).
- Conio, a terminal graphic library
- Ncurses
- GNU Make - to compile all .c at once
This project is licensed under the MIT License - see the LICENSE.md file for details