wulfland / Code2Cloud

This is the repository for the GitHub Code2Cloud Bootcamp Workshop.
MIT License
5 stars 0 forks source link

🐞 Fix game #1

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

The game is broken ⚡ because it is too slow. Go to docs/index.html line 78 and adjust and properties of speed and set the to the following values:

speed   = { start: 0.6, decrement: 0.005, min: 0.1 }