Welcome to the MicroChess, a cutting-edge project that merges classic chess game with the innovation of blockchain technology. Built on Linera’s Layer 1 architecture, our platform provides a secure, transparent, and engaging environment for chess enthusiasts to enjoy on-chain gameplay.
- MicroChess: Play classic chess in a decentralized and secure environment.
 
- Decentralized Multiplayer: Compete with others in a trustless, decentralized environment using Linera's temporary chain architecture. Enjoy real-time gameplay without relying on a central authority.
 - Efficient Bitboard Representation: Manage and compute game states quickly with bitboards, ensuring smooth gameplay.
 - Immutable Game History: All moves and outcomes are recorded on the blockchain for a permanent, tamper-proof record.
 - Web3 Integration: Seamlessly interact with blockchain features through an intuitive web interface.
 - Future Enhancements: Planned updates include computer opponents for solo play and premium features for advanced users.
 
To get started with the Microchess, follow these steps:
You should have rust and pnpm installed.
git clone https://github.com/linera-io/linera-protocol.git
cd linera-protocol
cargo install --path linera-service
cargo install --path linera-storage-service
# make sure linera and its corresponding binaries are installed
git clone https://github.com/Nirajsah/microchess.git
cd microchess
./run.sh # this scripts deploys the app and starts the linera service
cd frontend # .env.local should have the updated APP_ID in place
pnpm dev
make sure to clone and build the croissant wallet and set it up as extension https://github.com/Nirajsah/croissant
- Implemented basic game logic.
 - Set up the chessboard and pieces.
 - Basic move handling.
 - FEN string generation and processing.
 
- Implemented move validation for:
- Pawns
 - Knights
 - Bishops
 - Rooks
 - Queens
 - Kings
 
 
- Develop a tournament feature.
 - Implement AI opponent for single-player mode.
 
To be added...
This project is licensed under the APACHE License.
Copyright/Attribution Notice: JohnPablok's improved Cburnett chess set.
Disclaimer: This project is in active development and features may change. Stay tuned for updates and new releases!