How do we create a program that shows the comparison between two teams and get the final outcome will be the match winner | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How do we create a program that shows the comparison between two teams and get the final outcome will be the match winner

I want to create a program that compares 2 team that play cricket matches and send it outcome how can I create a software like this

12th May 2017, 12:33 PM
Ayushman Paliwal
Ayushman Paliwal - avatar
14 Answers
+ 8
Do you need to make it not-stop until it someone's team loses?
12th May 2017, 12:48 PM
Complex
Complex - avatar
+ 7
Try to make how the program will flow and how the game would have finish with, and then we'll start coding
12th May 2017, 12:59 PM
Complex
Complex - avatar
+ 7
I can vision what I create! :)
12th May 2017, 1:00 PM
Complex
Complex - avatar
+ 6
that's really a good question bro it can be dynamic changing its value and percentage while the match is running but let us assume it takes predefined variables such as previous win records average batting score average ground score player comparison etc and produces match out come before the match
12th May 2017, 12:52 PM
Ayushman Paliwal
Ayushman Paliwal - avatar
+ 6
your question is good bro we can program it into two ways first the result and the prediction of the match before the match and it won't change with the match going on or in other words the match prediction is pre decided before the match by using algorithms we have defined.. the second we can be predicting a match winner before the match and change dynamically according to the situation of matches I want the first way how it can be done what factors do we need to include and how to make it possible through programming
12th May 2017, 12:55 PM
Ayushman Paliwal
Ayushman Paliwal - avatar
+ 6
Oh I've created a thing like this, in your code do: Make a while true loop first and print a statement saying something like "What action" then user-input happens whenever you do a user-input, it will print "What action" and shows a user-input again if an enemy's score reached zero, print a statement who lose the game and who wins, then add a break statement.
12th May 2017, 12:56 PM
Complex
Complex - avatar
+ 6
Alot of algorithms will be put there thou! Good luck ask a help when you need to :)
12th May 2017, 12:56 PM
Complex
Complex - avatar
+ 6
exactly that's what I was expecting you just need to define what you want to achieve first and think of it as a practical situation before you can go and call it out its not programming its logical thinking that's what rocket science is
12th May 2017, 12:58 PM
Ayushman Paliwal
Ayushman Paliwal - avatar
+ 6
programming can help me to create what I vision but it can't help me to vision what I create
12th May 2017, 12:59 PM
Ayushman Paliwal
Ayushman Paliwal - avatar
+ 5
thanks for your answer Complex I know you can create what you vision you are so good at it and fortunately I am not
12th May 2017, 1:13 PM
Ayushman Paliwal
Ayushman Paliwal - avatar
+ 5
that's really impressive answer Kyle!! can you please tell me how to create a web crawler that gets data from other sites
12th May 2017, 1:15 PM
Ayushman Paliwal
Ayushman Paliwal - avatar
+ 3
I would make a webcrawler that would goto a site that keeps stats on cricket teams. I would use run those stats thru an algorithm and decide the likely winner
12th May 2017, 1:02 PM
LordHill
LordHill - avatar
+ 2
you are not.... YET
12th May 2017, 1:13 PM
LordHill
LordHill - avatar
+ 2
https://m.youtube.com/watch?v=SFas42HBtMg there are alot of tutorials out there for webcrawlers. They are alot of fun
12th May 2017, 1:23 PM
LordHill
LordHill - avatar