CalcBattles!
A fast-paced math-focused quiz game build with Sveltekit and Capacitor
What?
Play through different worlds fighting all sorts of unique enemies using the power of calculus!
Usage
- Download release APK from releases.
- Install to an Android device.
Building
- Clone the repository:
git clone https://github.com/ZombieNW/CalcBattles.git
- Open project directory:
cd calcbattles
- Install dependencies:
npm install
- Start:
npm run dev