CodeBricks offers premier coding education led by AI, Software, and Algorithm experts with rich professional experience, preparing students for the future of technology.

Contact Info
Browns Bay Center
Auckland, New Zealand

+64 21 054 5399

Follow Us

[Python] 8. Network Multiplay Tic-Tac-Toe Game Ver.8 (with socket!)

08 Sep 2024 By Code Bricks

Step-by-Step Breakdown of the Multiplayer Tic-Tac-Toe Server

[Python] 7. Network Tic-Tac-Toe Game Ver.7 (with socket!)

07 Sep 2024 By Code Bricks

Introduction to Python socket Programming

[Python] 6. AI Tic-Tac-Toe Game Ver.6 (with ChatGPT!)

06 Sep 2024 By Code Bricks

Great! Now that we’re ready to add even more players to our Tic-Tac-Toe game, let’s take it up a notch by introducing a GPTPlayer that uses ChatGPT-like logic for its moves. This will showcase the flexibility of our object-oriented design and make the game more interesting.

[Python] 5. Advanced Tic-Tac-Toe Game Ver.5 (with more Classes!)

05 Sep 2024 By Code Bricks

Fantastic! Now it’s time to fully transition your Tic-Tac-Toe game into a completely object-oriented design by adding a Board class and a Game class. This will make your code more organized, modular, and easier to expand in the future. Let’s go step by step and refactor the game using these new classes.

[Python] 4. Advanced Tic-Tac-Toe Game Ver.4 (with Classes!)

04 Sep 2024 By Code Bricks

Great! Now that you’re ready to introduce object-oriented programming (OOP) into your Tic-Tac-Toe game, it’s the perfect opportunity to learn about classes and inheritance in Python. We’re going to enhance the game by creating a Player class and then two subclasses: HumanPlayer and RandomPlayer. This approach will help you understand how to create reusable code and apply the principles of OOP, such as inheritance and polymorphism.

[Python] 3. Simple Tic-Tac-Toe Game Ver.3 (with Functions!)

03 Sep 2024 By Code Bricks

How to Build a Tic-Tac-Toe Game in Python (with Functions!)

[Python] 2. Simple Tic-Tac-Toe Game Ver.2 (with Functions!)

02 Sep 2024 By Code Bricks

How to Build a Tic-Tac-Toe Game in Python (with Functions!)