TinyCircuits / TinyCircuits-Tiny-Game-Engine

MicroPython game engine for TinyCircuits Thumby Color
GNU General Public License v3.0
9 stars 1 forks source link

FlappyBee is broken - the bee pushes the obstacles around #51

Open TPReal opened 3 months ago

TPReal commented 3 months ago

Broken somewhere around 94b8e05ccc9bb27d033c88ea314e75c6beae0d24, definitely too much physics now, obstacles fly around when bumped into.

This might also show that the API makes it too easy to create nodes affected by physics by accident. This is not ideal.