Skip to main content

Game-question

What is an avatar#

The avatar it's the only viable access to the windmetaverse. Different avatars correspond to different characters, roles, attributes, etc, and they also have different gameplay.

How to get an avatar#

Currently we are in the Genesis phase. Please participate and active in our community events to get an avatar.

Where is the current game development#

The game is currently in the early days of Genesis, most of the functions have not yet been completed.

How to log in to the game#

Please perform Account Settings first, the game account is the address of the avatar, and the game password must be set in the account.

How are Avatars created?#

The is a rather complex question. The AI elements is done by writing scripts and prompts for GPT-3 and collecting in-game data. Each Avatar will have different sets of AI just like how each human thinks differently on one subbject. For the design of the avatar apperance, we make each avatars by hands from scratch.

The first-100 Avatars deployed MersenneTwister algorithm. The color of each avatar corresponds to a set of colors, each set of colors corresponds to 6 attribute colors, and each attribute color has 16 different texture options. The 16 textures corresponding to each attribute color are numbered in sequence from 1-16, so there are 6 sets of 1-16 numbering arrangements for the 6 attribute color matching schemes to choose from. We use the Cartesian product to list all the possibilities, and then use the Random function () (this module uses the MersenneTwister algorithm to implement various distributions of pseudo-random number generators.) Random selection of all possible kinds 100 combinations are used to generate an avatar.