Hi guys I need help on ANET. I read a the manual but I having a road block. This is my project:
I have a game where I have up to 5 players. It's an educational game for kids. Each player(kid) will select an animal from the option and then they will also select a color from the options. The other players can see each player's selected animal and color and when they point their mouse on the entity, there is a voice recording of the animal and color. (example brown dog). Here is what I did:
1. I initialized the server and client as localhost
2. for the players(kids), they have a different client program
3. When they click the option for the animal, the other players can already see but when they select the color, it doesnt update. only the player can see his color change not the others.
4. I'm using material to change the color of the entity.
I need help up to this point first. thank you