|
|
|
|
|
by nikki93
3559 days ago
|
|
Hey! I made floatyplane. The source code is here: https://github.com/exponentjs/floatyplane Here's a video of a talk explaining how the game works:
https://www.youtube.com/watch?v=2_KV7Ha_gRk The game runs on Exponent and uses React Native for rendering (as all Exponent apps do). It uses individual `Image` components for each sprite. This gets choppy when you have a lot of sprites so we're experimenting with more performant ways of rendering for games. |
|