Please create a mobile app based on below name and description. The app should be designed with mobile-first principles, optimized for responsive for mobile devices.
Name: Halfer Splitter Description: The game generates random shapes, you need to split them so that each half contains as close to 50% od the area as possible. Shapes become increasingly more complex as you progress the game.
I've created "Halfer Splitter" - a mobile-first shape-splitting game with the following features:
The game starts with simple triangles and progresses to complex irregular polygons. Players draw splitting lines by touching and dragging across the shapes, with real-time visual feedback showing their accuracy!
Instead of showing percentage, show the ratio at which the shape was split. For example for a perfect split you'd write 50/50
You're not calculating the ratio properly. The line that the user draws splits the shape in 2 parts. You should display a ratio of this split.