Pclash is an online blockchain strategy card game built with Next.js, Tailwind CSS, Golang and Solidity.
Pclash is an exciting online game where players can buy, sell, and level up their cards to compete against opponents. The objective of the game is to strategically use different cards with unique abilities to attack enemy cards or their hero. The last player standing wins the game.
- Next.js
- Tailwind CSS
- Golang
- Graphql
- Solidity
- ✅ Basic game board
- ✅ Health bar and mana bar UI
- ✅ Card UI
- ✅ Animations for interacting with cards
- ✅ Dragging cards and placing them on the board or attacking the enemy hero
- ⚙️ Implementing card abilities
- ⚙️ Allowing players to attack enemy cards and heroes
- ⚙️ Addressing edge cases
- ⚙️ Improving animations
- ⚙️ Enhancing the game's visuals
- 📅 Developing a proper backend for managing game data
- 📅 Implementing a multiplayer experience
- 📅 Utilizing Solidity to create smart contracts
- Clone the repository:
git clone https://github.com/deepaksing/Pclash.git
- cd web
- Install dependencies:
npm install
- Start the development server:
npm run dev
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License.