AK-Kido
A downloadable game for Windows
Blockchain game
Note!
please let us know in the comments, if u face any bugs.
Status | Released |
Platforms | Windows |
Author | leafgamedev |
Genre | Action |
Tags | Singleplayer, wave-based |
Download
Download
ak-kido.zip 31 MB
Install instructions
Extract files in the zip file, launch Space Rangers.exe file.
Comments
Log in with itch.io to leave a comment.
How did you implement metafab, as I am having a lot of problems.
I used metafab's c# SDK. If you elaborate on your problem, I might be able to assist you.
how did you save the player's information to be more specific the coins?
I used Metafab's currency (https://docs.trymetafab.com/reference/createcurrency) for coins.
Here is the sample code -
to get currency in c# - https://github.com/MetaFabInc/metafab-csharp/blob/main/docs/CurrenciesApi.md#get...
to mint currency in c# - https://github.com/MetaFabInc/metafab-csharp/blob/main/docs/CurrenciesApi.md#min...
all the best for ur project.
Thanks