Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 434 Bytes

MyFlappyGame

Game similar to flappy bird. Personal project build on JavaScript and Phaser .

  • Only runs with online server
  • localhost server can also be used to run it.
  • Python developers can run this by creating server to the game directory. 'python -m SimpleHTTPServer' creates localhost server and game can be viewed by url http://127.0.0.1:8000 .