Provable-Games / loot-survivor

A fully onchain arcade dungeon crawler built on Starknet in conjunction with Realms.world. Explore the dynamically generated dungeons while you fight for your life against beasts and obstacles in pursuit of a spot on the esteemed leaderboard.
https://survivor.realms.world
MIT License
5 stars 7 forks source link

add support for launch tournament token winner #248

Closed loothero closed 3 weeks ago

loothero commented 1 month ago

This should be same vibes as Golden Token. Client can call free_game_available(token_type, token_id) where token_type is:

enum FreeGameTokenType {
    GoldenToken,
    LaunchTournamentChampion,
}