this is flappy bird clone made in p5 and javascript awesome right
- Install brew
- 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 - Execute
make allormake helpto list all commands as below�all � setup start �help � List commands �setup � Install Node �start � Start the local web server - Open http://127.0.0.1:8080 in a browser. Use space bar to control the Flappy Bird
- Publish a working demo to Github Pages. GitHub > Select flappy-bird repository > Settings > GitHubPages > Select branch main > Select folder docs