+ 1
Hi can we help me to design simple and smart game by using function and loop or array? đ€
10 Answers
+ 5
What kind of game? What style/genre? Text or graphical? What do you mean by smart? How do you expect simple and smart to work together. Simple usability smart code or simple code but smart looking?
I'd be glad to help, but I'd need some specifics first.
+ 3
yes
+ 3
Sudoku is the perfect example for the implementation of arrays and loops
+ 2
I've seen a lot of such games in code playground section. Try to search something like "poker game" or "guess number game" or similar.
+ 1
Simple and smart game about guessing numbers or poker
+ 1
To make number guessing 'smart' you would have to make it have personality seeing as the base is super simple.
i.e.
Guess a number 1 to 10.
As opposed to
I'm thinking a number 1 to 10. Guess it if you can.
or
Correct!
vs
Lucky guess!
or
Wrong!
vs
I knew you couldn't do it!
The game feels like a person and that will draw interest and create fun.
+ 1
In a poker game you need to research all of the combinations and point systems. Once you have a working game base, make the dealer have some interesting lines for character.
Use an array as a player's hand.
Loop the turn system.
Have win and loose conditions.
Stuff like that.
Instead of something as complex as poker I would start with '21' to get a working base for a hand system.
0
yes
0
what about poker
0
ok