Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@khelo/tic-tac-toe
Play Tic Tac Toe with Friends — or AI!
svelte-games
**Small, interactive games designed for loading or wait screens.** Easily import these lightweight, customizable game components into your Svelte projects to keep users entertained during downtime.
tic-tac-toe-minimax
Tic Tac Toe Minimax
tic-tok-game
Simple Tic Tac Toe game logic package in JavaScript.
@natewilcox/tic-tac-toe-server
The server-side application for a multiplayer Tic Tac Toe game. It manages game state, player interactions, and communicates with the client-side application.
tic-tac-toe-xo
Tic Tac Toe game with player vs player and player vs computer modes.
@natewilcox/tic-tac-toe-shared
A shared library for a multiplayer Tic Tac Toe game, providing common components and utilities used by both the client-side and server-side applications.
mcts-ai
This library allows you to create your own simple Monte Carlo Tree Search AI
tic-tac-toe-reactjs
1. **Time Travel** - Can track and correct from any past step 2. Displays the location for each move in the format (col, row) in the move history list. 3. Bolds the currently selected item in the move list. 4. Adds a toggle button that lets you sort th
tictactoejs
provide a library like chess.js but for tic tac toe.. you can make your own GUI
@afzl210/tictac-bot
tic-tac bot
@natewilcox/tic-tac-toe-client
The client-side application for a multiplayer Tic Tac Toe game, built with Phaser. It communicates with a server to manage game state and player interactions.
exesjs
Solution for managing tic tac toe and similar games.
octothorpe
Creates an octothorpe/hashtag with values provided
@tic-tac-toe/yapps-server
Server framework for TIC server applications
tic-tac-toe-optimal-turn
Tic-tac-toe optimal turn package based on alpha-beta algorithm.
octothorpe-xo
A game of tic-tac-toe
simple_tic_tac_toe_engine
a tic-tac-toe engine make to easily implement tic-tac-toe in other programs
tictactoe_model
A logical model for the tictactoe game
tic-tac-toe-minimax-engine
A Tic Tac Toe Engine that handles game logic and uses Minimax AI Algorithm to find the best move