A React-based game using Phaser.js, featuring a duck navigating platforms, collecting stars and books, answering DSA questions, and avoiding bugs to reach the winning platform.
Before starting, ensure you have the following installed:
- Node.js (includes npm): Download from nodejs.org (LTS version recommended, e.g., 18.x or 20.x).
- Git (optional): For version control, download from git-scm.com.
Verify installation:
node -v # Should output something like v18.x.x or v20.x.x
npm -v # Should output something like 9.x.x or 10.x.x