Skip to content
/ xo Public

A classic "tic-tac-toe game" (or Noughts & Crosses) implementation in TypeScript.

License

Notifications You must be signed in to change notification settings

serbanghita/xo

Repository files navigation

xo

Tic-tac-toe (or Naughts & Crosses)
Written in Typescript, compiles to a single js file, see docs.
See the demo.

X wins image

O wins image

Draw image

Install

npm install

Develop

npm run dev

Build

npm run build - result is visible in docs.

About

A classic "tic-tac-toe game" (or Noughts & Crosses) implementation in TypeScript.

Topics

Resources

License

Stars

Watchers

Forks