Today We Did
1. if the enemy tank and bullet collide, then make both of them disappear and switch the game_mode to GAME_WIN 2. Make a function called game_win() that displays the assets/Texts/Text_You_Won.png image and the play button, this gets called when game_mode is GAME_WIN. 3. Make a function called game_over() that displays the assets/Texts/Text_Game_Over.png image and the play button, this gets called when game_mode is GAME_OVER.