Game Feature Description
Catching Pokémon:
The player scans a QR code that represents a unique Pokémon. Once successfully scanned, the Pokémon is added to the player's personal collection if they don't already have one.
Pokémon Collection:
The player can view their collection at any time to see all the Pokémon they have caught (for example, as a list or a grid with pictures).
Data storage:
The Pokémon collection is stored locally on the device (for example, using LocalStorage on the web or using a data file/SQLite database in the mobile app), so it remains even after the game is turned off.
- How can I make this game?