https://github.com/texus/battleship-haskell
Battleship game written in haskell as a university assignment.
https://github.com/texus/battleship-haskell
Last synced: 3 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 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T20:17:54.000Z (about 11 years ago)
- Last Synced: 2025-02-14T22:43:09.960Z (5 months 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.hsYou can run the code interactively
./Battleshipor you can use one of the samples to see the expected ouput.
./Battleship < example-input-1