amethyst / evoli

An ecosystem-simulation game made with Amethyst
https://community.amethyst.rs/t/evoli-introduction/770
Other
217 stars 33 forks source link

Add possibility to speed up the game by a factor of 2 #28

Closed marotili closed 5 years ago

marotili commented 5 years ago

Users should be able to speed up the simulation. Speeding up should be possible by using the + key and going back to normal speed should be done using the - key. If any issues arise, e.g. collision doesn’t work anymore, we ignore it for now or create follow up issues.

Ambitious implementers don't have to stop at 2x speedup. 🚀

khskarl commented 5 years ago

I think this may be a good first issue, so I added the label :). Any thoughts?

erlend-sh commented 5 years ago

Where would someone new to Evoli begin to look in order to implement this? Would I start by looking at https://amethyst.rs/book/latest/concepts/state.html same as #27?

erlend-sh commented 5 years ago

Completed in #33