Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.33 KB

README.md

File metadata and controls

45 lines (32 loc) · 2.33 KB

The Battle Ship Game

================================================================================

bbbbbb                               l                       h
b      b                             l                       h        i
b      b                             l                       h       i i 
b      b                             l                       h        i 
bbbbbb       aaaaa     t      t      l       eee      sss    h hhh         pppp
b      b   a      a   ttttt  ttttt   l      e   e    s       hh   h   i   p    p
b      b   a      a    t      t      l     eeeeeee    sss    h    h   i   p    p
b      b   a     aa    t      t      l      e            s   h    h   i   p    p
bbbbbb      aaaaa  a    tt     tt     lll    eee      sss    h    h    i  ppppp
                                                                          p
                                                                          p
                                                                          p

================================================================================

Introduction

This is a simulation of the classical game "Battle Ship" on TUI (Text User Interface a.k.a. terminals). This game is still in development now and should not be used yet.

Building/Complilation

First, use git clone to get the files:

git clone git://Irides-Chromium/battle_ship.git

Then, change to the directory:

cd battle_ship

Last, type:

make

All done!!~ Have fun playing the games!

Cross platform support

There is currently no cross platform support for Windows & Macintosh

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.