Walkthrough of process to change a PvP only game to include a PvC option. Creating a computer to play against in PvC.
If you are looking for a full tutorial on GUI without GUIDE, check out this playlist:
• MATLAB: GUI without GUIDE tutorial
If you are looking for help on how to plan out your GUI, check out this video: • How to start to develop a GUI (Graphical U...
If you are looking for how to make the PvP or PvC first figure, watch this video:
• MATLAB GUI w/o GUIDE: figure, uicontrol, p...
Player mode select page (PvP or PvC and start buttons along with inputs for players' name/s)
If you are looking for how to make the Tic Tac Toe Board this video starts with, check out this video: • MATLAB GUIs w/o GUIDE take time! (tic tac ...
If you are trying to change a button into a figure, watch this video: • How to make a GUI button a picture in MATL...
Download the current version of this Tic Tac Toe game GUI with updated images and beginning of PvC gameplay: https://www.mathworks.com/matlabcentr...
#MATLAB #GUI #forbeginners #gettingstarted #engineering #engineers #tutorial
Chapters:
00:00 Review GUI so far
00:29 Step 1: Implement player mode variable
00:46 Step 2: Code the computer's first move (if first)
01:40 Step 3: Code the reactionary moves in response to player's moves
02:10 Step 3 cont.: Create user-defined function
02:48 Step 3 cont.: Create another user-defined function
04:07 Side note: Troubleshooting
05:32 Step 4: Code the computer's first move on "Play Again" games (if first)
05:57 Final notes and challenges to go beyond!