/damdaman

Traditional board game

Primary LanguageTypeScript

Dam Daman - Traditional board game 🔴 🔵

Dam Daman is a game similar to chess, each player has to run each game. There are only two options, eat or be eaten.

You can play it online here

Cloning the project

To clone this project is as easy as cloning it from GitHub!

# clone this project
git clone https://github.com/misbahansori/damdaman.git

# change directory to the project
cd damdaman

Developing

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

# start the server
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.