If you’ve been following the past two tutorials, you’ve learned how to build a tic-tac-toe game and guessing game in Python. These games are fun to an extent, but they are limited. We want to make our games more colorful and engaging. To do this, we need to add graphics. Getting Started With Graphics […]
Tag: python
How to Make Tic-Tac-Toe in Python
You’ve surely played tic-tac-toe as a child. Do you remember how annoying it was to draw out the board each time? Good news, you no longer have to. In this post, I’m going to show you how to program a two player tic-tac-toe game using Python. It is a surprisingly simple implementation, requiring only about […]
How to Build Your First Game in Python
You may be wondering how you can get started with machine learning. You should begin by learning Python, a minimalist yet elegant programming language. It is easy to learn and has many built-in libraries to help you build your ML models. How do you start learning Python? It is not as hard as you may […]