CodeBricks

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

game

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

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

08 Sep 2024 Code Bricks

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

Introduction to Python socket Programming

07 Sep 2024 Code Bricks

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

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...

06 Sep 2024 Code Bricks

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

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...

05 Sep 2024 Code Bricks

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

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...

04 Sep 2024 Code Bricks

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

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

03 Sep 2024 Code Bricks

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

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

02 Sep 2024 Code Bricks

[Python] 1. Simple Tic-Tac-Toe Game Ver.1

We’re going to create a Tic-Tac-Toe game in Python, just like the one we’ve all played many times before. We’ll start by building the simplest...

01 Sep 2024 Code Bricks