C4D游戏:飞翔的小鸟 FlappyBird
above all to understand the game implementation in Cinema 4d using only Xpresso and Python.
NOTES
- Needed modules : Thinking particles, Pygame [optional]
WHY I NEED PYGAME ?
Pygame is a free python library for making multimedia applications like games, however
for this project pygame is only used to handle music and sound fx. which means that
if you don't insta ...