RuneLabsxyz / Octoguns

MIT License
0 stars 1 forks source link

Contract, player username #132

Open 0xMugen opened 4 days ago

0xMugen commented 4 days ago

Currently the player model only stores the accound public key, storing a username is ideal for knowing who you are playing against.

https://github.com/RuneLabsxyz/Octoguns/tree/contract-player-naming This was an implementation for this, but it doesn't work due to the weirdness of bytearrayes (aka strings)

2 possible approaches:

0xMugen commented 2 days ago

Val knows about it