Not~Osu! is a web-based rhythm game which provides users with a fun and exciting gaming experience. The project was created as part of the 25T3 UNSW Devsoc Training Program.
- Start Menu
- Song Selection
- Game Screen
- Score
- Pause Screen
- Fail Screen
- Win Screen
- Progress Bar
- Combo
- Timing Judgements (OK, GREAT, PERFECT)
- Programming Languages: Typescript
- Frontend: React.js, TailwindCSS
- Backend: Typescript
- Database: MongoDB
To run this project locally, follow these steps:
- Clone the Repository
git clone git@github.com:devsoc-unsw/trainee-kung-fu-panda-25t3.git cd trainee-kung-fu-panda-25t3 - Run the Frontend
cd frontend npm run dev - Run the Backend (in a different terminal)
cd backend npm run dev






