Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaK1729 authored Apr 30, 2024
1 parent ebf56b2 commit 589149d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# IPL-Sim
IPL match simulator entirely based on C++

To run, firstly update the schedule in the same format, put in match number in IPL.cpp, and update the initial points accordingly, then tun the IPL.cpp file, youll get results.txt and results.csv, both are essentially the same, but since I found easier to handle the txt file i used it. Then run DataHandle.cpp and then boom, you have your T2 and T4 probability calculated. NOTE- it doesnt check NRR as of now, and if its tie of points for top 2/top 4 it counts it for the probability, I'll try to change that in coming versions(if i am not lazy in the future)

0 comments on commit 589149d

Please sign in to comment.