Advanced-Software-Engineering-UMKC / Nine-Mens-Morris

3 stars 0 forks source link

Creating the piece placement class #8

Closed EXC3ll3NTrhyTHM closed 1 week ago

EXC3ll3NTrhyTHM commented 3 weeks ago
EXC3ll3NTrhyTHM commented 2 weeks ago

can follow how they do this here https://www.youtube.com/watch?v=q_Nzuyvf3tw

EXC3ll3NTrhyTHM commented 2 weeks ago

I left off at about the 2:64 mark in the video. I skipped over updating the cell and drawing the piece. Hopefully its pretty straight forward what to do next. If not let me know and I can help.

raspberrymilkyway commented 2 weeks ago

The video was super helpful for understanding (and editing) GUI part, but it didn't really mesh with how I ended up doing the piece placement work.

Piece.py has a class called "Pieces" that work for piece placement.

EXC3ll3NTrhyTHM commented 2 weeks ago

That makes sense.

I added a couple comments on the PR.

https://github.com/Advanced-Software-Engineering-UMKC/Nine-Mens-Morris/pull/17/files

raspberrymilkyway commented 1 week ago

Wait, where are those comments? I don't see them.