https://github.com/texus/battleship-haskell
Battleship game written in haskell as a university assignment.
https://github.com/texus/battleship-haskell
Last synced: 5 months ago
JSON representation
Battleship game written in haskell as a university assignment.
- Host: GitHub
- URL: https://github.com/texus/battleship-haskell
- Owner: texus
- Created: 2014-04-27T20:17:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T20:17:54.000Z (about 12 years ago)
- Last Synced: 2025-04-09T04:29:03.400Z (about 1 year ago)
- Size: 211 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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