im creating a simple game and i want it to have continous 10 rounds . but i dont have any idea , im not allowed to use looping .tnx
theCompiler 0 Light Poster
Recommended Answers
Jump to PostOK, this is the part of the help where YOU help US understand WTF you want. We weren't in the classroom, or heard the lecture, or read the text, or even know the teacher.
First - find out what you want to do. Your info here just isn't enough …
Jump to PostNot using looping could mean recursion or goto label, depending on definition.
Or you could just put one "round" in a function, and call it 10 times explicitly, returning any information you need to track across the whole game.
All 5 Replies
Adak 419 Nearly a Posting Virtuoso
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
gusano79 247 Posting Shark
TrustyTony commented: Good thinking. +13
Jamblaster 15 Newbie Poster
sergent 52 Posting Pro
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.