0.2.4 • Published 8 months ago

domino-bot v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Domino Bot Library

This project is a TypeScript library designed to simulate a domino-playing bot. The bot supports different strategies for playing dominos, with the current implementation including a basic strategy. The bot makes moves based on the player's hand and the current state of the board.

Features

  • Basic Strategy: A simple algorithm that chooses the best tile to play based on current board state.

  • Support for Various Strategies: The library is designed to support multiple strategies, with placeholders for intermediate and advanced strategies.

Installation

To install the library, you can clone the repository and install the dependencies using npm or yarn:

# Clone the repository
git clone https://github.com/yourusername/domino-bot.git

# Install dependencies
cd domino-bot
npm install
# or
yarn install

More documentation soon...

0.2.4

8 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

11 months ago

0.1.0

11 months ago