0.1.1 • Published 10 years ago

scipm.tictactoe v0.1.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
10 years ago

scipm.tictactoe

scipm.tictactoe is a scipm package

source : http://lua-users.org/wiki/SciteTicTacToe

install

cd myScipmProject
npm install scipm.extman --save
scipm install scipm.tictactoe --save
scipm build
[restart SciTE]

actions

See tool menu TicTacToe

sample output

SciTE Tic Tac Toe
-----------------
Status: No more moves to make, draw

+---+---+---+
| O | O | X | SciTE: O
+---+---+---+ Human: X
| X | X | O |
+---+---+---+
| O | X | X |
+---+---+---+

+----------+----------+
| New Game | Autoplay |
+----------+----------+
0.1.1

10 years ago

0.1.0

10 years ago