Module: OXO

Defined in:
lib/oxo.rb,
lib/oxo/board.rb,
lib/oxo/human.rb,
lib/oxo/version.rb,
lib/oxo/computer.rb

Overview

Name

oxo - a command line Tic-tac-toe game

See also

Use oxo --help to display a brief help message.

The full documentation for oxo is available on the project home page.

Author

Copyright © 2016-2022 Marcus Stollsteimer

License GPLv3+: GNU GPL version 3 or later <gnu.org/licenses/gpl.html>

Defined Under Namespace

Classes: Application, Board, Computer, Human, Optionparser

Constant Summary collapse

PROGNAME =
"oxo"
<<~CONTENT
  Copyright (C) 2016-2022 Marcus Stollsteimer.
  License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  This is free software: you are free to change and redistribute it.
  There is NO WARRANTY, to the extent permitted by law.
CONTENT
VERSION =
"0.1.1"
DATE =
"2022-01-04"
HOMEPAGE =
"https://github.com/stomar/oxo/"