PopCraft is the most composable Fully On-chain casual Game.
This repository contains the Front-end and Smart Contract code for PopCraft.
- PopCraft is a game like PopStar!.
- You can earn rewards by eliminating all items on the board in 90s.
- Multiple adjacent items can be clicked to eliminate directly.
- Single items require purchasing a prop to eliminate.
- PopCraft = PixeLAW(Game Board) + ThisCursedMachine.fun(Game Items) + Redswap(Game Marketplace).
- Node.js v18
- git
- Foundry
- pnpm
sudo npm install -g pnpm
git clone https://github.com/themetacat/popcraft.git
cd popcraft && pnpm install
pnpm run start
!!! Warning: Please be aware that this command will terminate all processes containing the keywords 'anvil' and 'vite'. Please use it with caution.
pnpm run stop
PopCraft(MUD Based) is open-source software under the MIT license.