Beatwaves is a video game project for a student project in alliance with developers and designers !
This is a game called : Beatwaves !
Note : This project is a student project
This section lists how the project was developed :
Digital game in which we must correct the tonality of musical notes which are represented by projectiles which head towards the user's heart. Using your arms to get the best possible score without getting a bad grade.
To play Beatwaves, you must have these requirements :
- Node.JS and Python3 !
- Make sure you have a webcam,
- Your person !
- Download the project OR download it via HTTPS :
git clone https://github.com/EthanCarollo/Beatwaves.git
- In a terminal, launch the server at this path as well as this command line :
cd GitHub\Beatwaves\server
npm install
npm run dev
- As well as in another terminal, install the two modules and launch the script :
cd GitHub\Beatwaves\python
pip install opencv-python
pip install mediapipe
pip install python-socketio
py script.py
- Launch the index.html locally on your machine and off you go !