Skip to content

gurupreetham16/flappio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flappio

A flappy bird clone that uses html canvas.

Contribution

  • 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

  1. Run the frontend
node server.js
  1. Run the backend (in another terminal)
node Backend/backend.cjs

The game runs at http://localhost:3000

About

A flappy bird clone that uses html canvas.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • HTML 13.8%
  • CSS 4.8%