Hello world ^^ I am new to here.
I intended to create a word guess quiz games in Android mobile and integrate with facebook by using Unity.
Is that any sample projects or tutorials which relevant of the topic that i can refer to?
Your Help would be Highly Appreciated.
I’m new to game programming and picked up Unity just last week. (: Judging from what you’re asking I assume you’re probably new(ish?), too. I think many people get tired of answering this type of questions because the stickied threads in this subforum already explain how and where one should start.
Do you have any experience in programming? If not there is no magic tutorial that will let you create your ideal game fast. This is where you should start. If you haven’t given up by that point then you should first learn how to script (I started with one of the live training session videos) and then work through at least the Roll-a-Ball project to put things into practice and perspective. Once you understand how to actually do things in Unity then you can start with your own project with the help of Gooogle.
I imagine that it would be something like:
- Grab a random word from a dictionary
- Implement a method to hide the word from the player while showing the number of characters (underscores or asterisks sound just perfect for this)
- Provide a method for the player to input her/his guesses
- Write a function to evaluate the player’s guess and update the number of tries left as well as the hidden characters, if necessary
- Repeat the process and write scripts for the game to end and restart
- Finish the game here
- Only after this should you even consider putting in custom graphics for the letters, music/sound effects, Facebook functionalities… etc.
All there’s left for me to say is don’t give up and good luck. o:
1 Like