TWANG32 icon indicating copy to clipboard operation
TWANG32 copied to clipboard

ESP32 Port of TWANG LED Game

Results 4 TWANG32 issues
Sort by recently updated
recently updated
newest added

Any interest in adding a mode or level features for low / no gravity? Would be happy to sponsor this request! * create movement mode to make the player (green...

Hi - i have created a Twang32 and it works almost the sound is only in the first game... When I reset the device it works again but never in...

Someone suggested lava could be enhanced, so I added flow and growth parameters. Now the lava can flow at any desired rate and direction. It can also grow in size....

enhancement

In line 35 of particle.h, I believe USE_GRAVITY && _pos >500 should be USE_GRAVITY && _pos > BEND_POINT. I could be mistaken. I can't find any other references to BEND_POINT...