Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Cyber Battle Game
Game elements
Main Game Loop
Robot moves
Final game

Instruction

Good job! One last thing we need to do is update the game board visualization function we wrote at the beginning of the project. It should also be able to print laser beams now!

Exercise

Add laser beam visualization to the print_board() function. If a cell equals '*', print an asterisk followed by a space ('* ').

Stuck? Here's a hint!

Simply add another elif statement.