Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/texus/battleship-haskell

Battleship game written in haskell as a university assignment.
https://github.com/texus/battleship-haskell

Last synced: 18 days ago
JSON representation

Battleship game written in haskell as a university assignment.

Awesome Lists containing this project

README

        

Battleship
==========

This game was a university assignment.

Compile & Run
-------------

These instructions are for linux only, but the program will also work under different operating systems.

The code can be compiled with the ghc compiler.
ghc Battleship.hs

You can run the code interactively
./Battleship

or you can use one of the samples to see the expected ouput.
./Battleship < example-input-1