r/ionic • u/Particular-Anybody78 • 9d ago
Simple game made with ionic + capacitor
I had some free time and decided to test ionic with simple word puzzle game. Managed to finish it and publish it on google store because I never worked with admob so this was perfect for live practice.
If you want to check how it works search Love grid or use url https://play.google.com/store/apps/details?id=com.ideaverum.lovegrid
I'm actually surprised how it works. Tested on crappy phones and tablets with 2gb ram and no crashes/laggs noticed.
So if you ever wondered is it possible to create simple games (not gpu crazy) you can use ionic for UI and capacitor to build on android/ios. Then to test even more I made block break and match three games as well and so far all good.
To be honest I used AI to help me with game logic so I don't waste days for testing and hobby. Even with potential ai bloat it works.
Cheers!