0
People, what do you think is better to do for the first project, tic tac toe or stone, scissors, paper?
Need help with choosing a project for the first job, and for checking yourself
7 Antworten
+ 1
Go with Rock (stone) paper scissors. You only need to randomly choose one to three player results based on three possible outcomes. You can determine if same outcome is possible or there is an elimination aspect in the random process.
In tic tac toe you need to develop a deeper decision function if players face the machine. If you are making pvp only then you need only to make a board and draw the pieces placed in addition to observing for end of game condition.
+ 4
Try with stone ppr..
Cause it essy to randomize the output in stone ..
Rather than to calculate algorithm to user moves in tictac
+ 3
type @ and sololearn will show you options like this Ян Попитич 😊
+ 2
Yeah. Try to do rock paper scissors because it's easier. Try to do a player 1 player 2, score. Reset. If you are doing it in javascript try to add some animations
+ 2
I think, rock, scissors, paper is a lot easier.
Get a random value, write a single if-elseif-else and it's already over.
+ 2
Thank you very much for the answer, how to answer personally not I know that I am writing this way)
+ 2
Daljeet Singh Many thanks for the reply, I am very grateful to you)