Hi everyone I'm trying to program a solver for a game similar to poker dice in Python. The only difference lays in the fact that you are given 5 numbers at the start and choose to change two, the scores are identical, but it is a one versus one game.
The solver should take your current hand and first calculate the loose/win percentage that you have, then suggest the better alternative to take (either change one, two number or draw). Since this must be implemented I really need a function oriented answer.
I suck at probability related problems, so i have no idea on how to implement this, can anyone help?