taps is a simple game made with Angular (12) and Ionic (5).
- getting better with Angular
- building something with the Canvas API
- using Ionic to create web & hybrid mobile apps (game).
- writting a detailed blog post about the process (idea, implementation, android & ios builds, release to Apple Store and Google Play)
Web: https://thirsty-joliot-e0fcfd.netlify.app/ (best played on mobile device browsers)
Android: https://play.google.com/store/apps/details?id=io.ionic.taps&pli=1
Apple Store release is coming real soon.
- add sounds (most of the logic is already implemented & sound assets are added)
- add additional feedback based on scores
-
This is just a (PoC) pet project. The code is not "clean" nor in its final form.
-
The background warp animation is done entirely with the Canvas API.
-
The rest of the transitions are done by CSS (and some with the Angular Animations library).
-
Ionic Native Storage API is used for high score persistence between sessions.