MESC2004 / TC2005B_Videogame

Repository for development of the game project for TC2005B
MIT License
0 stars 0 forks source link

Implementation of card swapping mechanic #66

Closed MESC2004 closed 4 months ago

MESC2004 commented 4 months ago

Cards can now be swapped when clicking through a function call in the game manager. Can be modified to follow turn flow so that identity cards can only be clicked at the beginning of the turn with enum or turn implementation. Solves Issue #26

MESC2004 commented 4 months ago

Also related to issue #23