Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/texus/battleship-haskell
- Owner: texus
- Created: 2014-04-27T20:17:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T20:17:54.000Z (over 10 years ago)
- Last Synced: 2024-11-05T12:17:11.758Z (2 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