A flappy bird clone that uses html canvas.
- Make sure you have node
Make sure you install the required libraries with this command in the terminal in order to run the code:
npm install express, mongodb, cors
- Run the frontend
node server.js
- Run the backend (in another terminal)
node Backend/backend.cjs
The game runs at http://localhost:3000