RasmusBrostroem / ConnectFourRL

0 stars 0 forks source link

Let HumanPlayer interact with mouse input #74

Closed jbirkesteen closed 1 year ago

jbirkesteen commented 1 year ago

Let HumanPlayer place pieces by clicking on the chosen column with LMB instead of having to interact in the command prompt.

RasmusBrostroem commented 1 year ago

Here is some inspiration to how we can interact with the mouse in pygame: https://stackoverflow.com/questions/10990137/pygame-mouse-clicking-detection