All assets are drawn by me (Systemized) via Aseprite
Pixel-Pet is a mini-project I made using Phaser.js, along with HTML and Typescript
Bundled with vite, and packaged using Tauri 2.0
This code packages via Tauri, which is built on rust. Therefore Rust is required
Install Tauri CLI in terminal, using npm as the package manager
npm install -D @tauri-apps/cli@latest- Install dependencies
npm install- Run or Build
- Run dev
npx tauri dev- Build app
npx tauri build