https://github.com/ttiagojm/no-flappy-just-buggy
https://github.com/ttiagojm/no-flappy-just-buggy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttiagojm/no-flappy-just-buggy
- Owner: ttiagojm
- License: mit
- Created: 2024-07-28T18:18:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T18:42:43.000Z (10 months ago)
- Last Synced: 2025-01-06T07:23:15.380Z (4 months ago)
- Language: JavaScript
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# No-Flappy-Just-Buggy
Some fun with p5.js creating a platform game# Inspiration
I was inspired by https://www.youtube.com/watch?v=cXgA1d_E-jY# How to run it
You can play it locally running a simple local server. I used python, just open a terminal inside of the game folder and run this command:
`python -m SimpleHTTPServer`
If you want to know how run a local server with different tools check this: https://github.com/processing/p5.js/wiki/Local-server
Then just access your local server via browser ( in case of python ) -> http://localhost:8000