0.1.1 • Published 10 years ago
scipm.tictactoe v0.1.1
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 |
+----------+----------+