Simple question and answer game codes?

I may be asking too much but, Can anyone give me a simple Question and answer game codes? I don’t know where to start coding this kind of game. And i’ve been searching for some reference but i can’t find anything. ideally can someone give me some sort of basic code that will get me started.

Thanks

Everything you need is in the Corona documentation.

I knew zero about programming Lua or Corona when I started making my quiz app 7 months ago, but I studied the tutorials and referenced the documentation and learned as I went.

Start with the basics first, everyone will tell you this.

Learn how to make a simple game, there are plenty of tutorials to choose from, look on Youtube too, you have to know how to put everything together first, you have to know how Corona works.

When I got stuck I posted a question here and got quick replies from a lot of very helpful and very nice people. But I never asked a question until I thoroughly searched the docs and forums for the solution myself.

You won’t find any ready made quiz app games that people are willing to just give away and I’m very reluctant to share my own code as some of it took me weeks of trial and error to get working.

Coding is complicated, time consuming but ultimately very rewarding.

I’m sorry if I sound harsh but Corona is a tool that has everything you need you just have to learn it yourself and ask questions later.

Thank you very much for your reply. I know coding is hard and learning it is much harder.

I will go and study more for now. Thanks again for helping me.

I will gladly help you and so will everyone else when you get stuck or something in particular doesn’t make sense to you.

But you need to be specific, you can’t just ask “How do I make a question and answer app?” there a many different of ways of doing it.

Once you have mastered the basics first, and know how to use composer I recommend you read up on using data bases, you will definitely need this knowledge, also look for Rob Miracle’s “loadsave.lua” API, that’s what I use, it took me days to get working but I kept at it until it worked how I wanted it to.

I started learning Corona by following tutorials and putting them into practice, I spent 2 months learning nothing about the app I wanted to make but it was 2 months well spent.

Get a large notepad and write everything down, I’m on my third large notepad, it’s always in front of me.

Make a folder on your computer to store useful code snippets in too.

If you want to friend me and when you need advice I’ll gladly point you in the right direction, I am making the same thing you want to make after all but I’m 7 months ahead of you and nearly finished so I should be the perfect person to ask.

Good luck and stick with it, you’ll be very glad you did.

Everything you need is in the Corona documentation.

I knew zero about programming Lua or Corona when I started making my quiz app 7 months ago, but I studied the tutorials and referenced the documentation and learned as I went.

Start with the basics first, everyone will tell you this.

Learn how to make a simple game, there are plenty of tutorials to choose from, look on Youtube too, you have to know how to put everything together first, you have to know how Corona works.

When I got stuck I posted a question here and got quick replies from a lot of very helpful and very nice people. But I never asked a question until I thoroughly searched the docs and forums for the solution myself.

You won’t find any ready made quiz app games that people are willing to just give away and I’m very reluctant to share my own code as some of it took me weeks of trial and error to get working.

Coding is complicated, time consuming but ultimately very rewarding.

I’m sorry if I sound harsh but Corona is a tool that has everything you need you just have to learn it yourself and ask questions later.

Thank you very much for your reply. I know coding is hard and learning it is much harder.

I will go and study more for now. Thanks again for helping me.

I will gladly help you and so will everyone else when you get stuck or something in particular doesn’t make sense to you.

But you need to be specific, you can’t just ask “How do I make a question and answer app?” there a many different of ways of doing it.

Once you have mastered the basics first, and know how to use composer I recommend you read up on using data bases, you will definitely need this knowledge, also look for Rob Miracle’s “loadsave.lua” API, that’s what I use, it took me days to get working but I kept at it until it worked how I wanted it to.

I started learning Corona by following tutorials and putting them into practice, I spent 2 months learning nothing about the app I wanted to make but it was 2 months well spent.

Get a large notepad and write everything down, I’m on my third large notepad, it’s always in front of me.

Make a folder on your computer to store useful code snippets in too.

If you want to friend me and when you need advice I’ll gladly point you in the right direction, I am making the same thing you want to make after all but I’m 7 months ahead of you and nearly finished so I should be the perfect person to ask.

Good luck and stick with it, you’ll be very glad you did.