Share My Creation TCG Terminal v2.0

Hey everyone! Just wanted to share a new B4A app I’ve been working on for Pokémon TCG (Trading Cards Game) fans.

TCG Terminal v2.0 is a mobile tool designed to make looking up cards, running stats, and testing battle strategies super fast right from your Android phone.

What it does:

  • Pokemon Database: Browse through Pokémon's, check stats, attack costs, HP, and weaknesses on the go.
  • Attack Advisor: Gives you quick suggestions on the best attacks to use based on energy efficiency and type matchups.
  • Battle Simulator: Run quick turn-by-turn simulations between cards/decks to see win odds before you actually play.
  • Built-In Terminal (The Fun Part): There’s an in-app command terminal where you can type hidden commands to bypass UI limits, unlock extra stats, or tweak card data manually.

It's a new way to explore TCG cards in this case POKEMON only (for now may be adding more TCG cards).

PS: Wanna get more out of the app use the build in terminal to HACK the system (check video). ;)

link: https://play.google.com/store/apps/details?id=www.sagitalcur.net&hl=en




1.jpg
 
Last edited:

ilan

Expert
Licensed User
Longtime User
btw, the only view that i am using in the app is a panel. everything is drawn using b4xcanvas and all touches are triggered with the panel_touch event.
of course i am using B4xPages! but no other views only panel + b4xcanvas. it was a funny experience to make an app like this but i like the result.

i also use bitmapcreator library to add the crt filters to the images. the lib calculates very fast!!!
 
Last edited:
Top