The Pascal implementation of simplified Battleship game.
To obtain the source code:
git clone git://github.com/memfagor/ships.git
Any modern Pascal compiler - like FPC Free Pascal Compiler
For Linux and Free Pascal Compiler:
cd ships/
fpc ships.pas
./ships
- Michał Piotrowicz memfagor
This project is licensed under the ISC License - see the LICENSE file for details