Tap and Play is an engaging web3 game where players tap to earn points and rewards. The game is developed using React for the frontend and Express.js for the backend, providing a seamless and interactive gaming experience.
- Web3 Integration: Utilize blockchain technology for secure and transparent gameplay.
- Interactive UI: Built with React to offer a dynamic and responsive user interface.
- Robust Backend: Powered by Express.js for efficient server-side operations.
- Daily Rewards: Players can earn daily login rewards, enhancing player retention and engagement.
- Energy Management: Strategic energy restoration mechanics ensure a balanced and challenging gameplay.
- Robo Mine: Offline miner.
- Frontend: React
- Backend: Express.js
Follow these steps to set up the project on your local machine.
- Node.js
- npm
- mysql
- Clone the Repository:
git clone https://github.com/your-username/taptap.git cd taptap
- Front-end:
cd frontend npm install npm start
- Back-end:
cd backend npm install npm run dev
- Data Base:
CREATE DATABASE your_database_name; mysql -u your_username -p your_database_name < database_dump.sql