An open API service indexing awesome lists of open source software.

https://github.com/rasyidf/dakonclash


https://github.com/rasyidf/dakonclash

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dakon Clash Game

Dakon Clash is a turn-based strategy game built with React. Players take turns placing beads on a n x n grid, with each bead affecting the surrounding cells by spreading in four directions (up, down, left, right). The goal is to control the grid by strategically placing and spreading beads of their own colors.

![image](https://github.com/user-attachments/assets/a2f2025b-30ca-4fc2-8b76-fba355bf66e9)

---

## Features

- **Turn-based gameplay**: Players take turns placing beads on the grid.
- **Dynamic grid**: A 5x5 grid where beads spread to adjacent cells when placed.
- **Color control**: Beads have colors (Red and Blue), and players aim to control the board by strategically placing them.
- **Interactive**: Click on a cell to place a bead and watch it spread to neighboring cells.

---

## How to Play

1. **Player 1 (Red)** places a bead on an empty cell.
2. The bead spreads to adjacent cells (up, down, left, and right).
3. **Player 2 (Blue)** takes their turn and places a bead in another cell.
4. The game continues with players alternating turns.
5. The player who can control the most cells with their colored beads wins!

---

## Contributing

If you'd like to contribute to the development of Bead Clash, feel free to submit a pull request. Here are some guidelines:

- Fork the repository and create a new branch.
- Write clear and descriptive commit messages.
- Ensure your code follows the existing style and practices.
- Test the game thoroughly to ensure no bugs are introduced.