Hey thanks for playing! After reading your feedback about the spacebar bug, I dove back into the code and was able to fix the bug! Thanks so much for letting us know about it!
Rather than checking for input every frame like it was supposed to be, it was checking at fixed frame intervals after a half second timer, making the input pretty random and frustrating. I was able to dive back in and reconfigure it to be correct and work as intended.