console-tictactoe
v0.0.6
Published
Typescript version of Tic-Tac-Toe that can be played in the developer console on your web app.
Downloads
249
Maintainers
Readme
console-tictactoe
npm i console-tictactoe
Tic-tac-toe game written in Typescript.
After including this into your index.html/index.js or something similar:
<script type="module">
import { tictactoe } from 'console-tictactoe'
</script>
you can then open the developer console and run
> tictactoe
have fun