A blockchain-based battle royale game where players control bots to fight until only one remains.
To start:
Create a new private key and set it as an environment variable:
cast wallet newexport NEXT_PUBLIC_PRIVATE_KEY=your_private_keyChange directory to the frontend folder:
cd frontendInstall dependencies:
npm installRun the game frontend:
npm run devWait for admins to start the game.