Hey guys!
Ok so I have been developing some ideas to get to work on and I have one specifically that I need some assistance with. The App will be called “A Walk On the Beach.” It’s somewhat of a 3D representation of the Apple app “Calm.” The idea is that you can take a virtual stroll up and down a pier on the beach. Building the level of a pier seems self explanatory to me... but my question is this.... How could I make it so that players can leave notes on the pier for other users to read and or respond to? I was thinking something like a virtual “peg board” at the end of the pier where players can “pin up” pictures or post it’s.
Any advice on how I could accomplish this would be helpful!
Anyone know anything about users being able to modify levels?
Moving you to the For Beginners forum, as this isn't a writing question.
- Jason Astle-Adams
The way to do this would be to use a online server.
Your server would have some kind of Message class that holds 2 strings, the player name and the message, it would also hold a vector that has the location of the message.
When the player loads the game it will ask the server for all the messages starting from it's own location outwards. Since the data shouldn't be that large it should be fairly easy to do.
For more info than this you would have to provide more details.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement