olteanu-ca / cj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tictactoe

Provides the function winner, which takes a tic tac toe board and decides if there is a winner. The board be a 3x3 vector of :x, :o, and nil.

Usage

Run the project's tests:

$ clojure -T:build test

License

Copyright © 2022 Costin Olteanu

EPLv1.0 is just the default for projects generated by clj-new: you are not required to open source this project, nor are you required to use EPLv1.0! Feel free to remove or change the LICENSE file and remove or update this section of the README.md file!

Distributed under the Eclipse Public License version 1.0.

About

License:Eclipse Public License 1.0


Languages

Language:Clojure 88.8%Language:Shell 7.1%Language:Emacs Lisp 4.1%