Thanks to visit codestin.com
Credit goes to github.com

Skip to content

this is flappy bird

askrht/flappy-bird

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flappy-bird

this is flappy bird clone made in p5 and javascript awesome right

Demo

How to develop on a Mac

  1. Install brew
  2. Install NodeJS Version Manager
    brew install nvm
    export NVM_DIR="$HOME/.nvm"
    [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
    [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
    nvm install v12.14.1
    nvm use --delete-prefix v12.14.1 --silent
    nvm alias default v12.14.1
    
  3. Execute make all or make help to list all commands as below
    �all                           � setup start
    �help                          � List commands
    �setup                         � Install Node
    �start                         � Start the local web server
    
  4. Open http://127.0.0.1:8080 in a browser. Use space bar to control the Flappy Bird
  5. Publish a working demo to Github Pages. GitHub > Select flappy-bird repository > Settings > GitHubPages > Select branch main > Select folder docs

About

this is flappy bird

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • Makefile 15.7%
  • HTML 14.0%
  • CSS 2.4%