GitXplorerGitXplorer
r

haskell-tic-tac-toe

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
98e0893e9efcfa54c64df26ccac8865c9641c780

Add clarification of MIT license

rrewinfrey committed 9 years ago
Unverified
3d4552f5a033c72f53f6fcb6f85efed0f8fccb74

Add README

rrewinfrey committed 9 years ago
Unverified
efa0305b52ed331def74a8747a9857cb5b98f265

Update defaultBoardSize to be 3 rather than 4

rrewinfrey committed 9 years ago
Unverified
00c39fb9646decf59b4581cb1e93218aace53cbe

Remove Ruby stuff -- stack --file-watch has this functionality built in

rrewinfrey committed 9 years ago
Unverified
dad2bdf825ed3dbfd4e393bb788f5eb2ff296ef8

Update Console.Driver to play basic game

rrewinfrey committed 9 years ago
Unverified
b40488d6f42202c647e8d692851dc38b94fc3045

Remove hardcoded reference to a 3x3 board

rrewinfrey committed 9 years ago

README

The README file for this repository.

Haskell Tic Tac Toe

This is a practice project to become more familiar with Haskell.

Setup

$ git clone git@github.com:rewinfrey/haskell-tic-tac-toe.git
$ cd haskell-tic-tac-toe
$ stack build

Play the game

$ stack exec tic-tac-toe

Run the tests

$ stack build --test

License (MIT)

Copyright (c) 2016 Rick Winfrey

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.