I am making this two player simple game.
I just need to make each of the player press a key any time not alternating from one another.
Do I still use getch() for a solution? I have tried but the user still presses his/her assigned keys after the other presses his/her assigned keys as well. I wanted it to be able to function even though they press keys together at the same time.
I hope you get my question.
Thank you very much.