Vladimiras Malyskinas
A generalist with a wide range of technical and soft skills, small business owner, freelance acoustic consultant.
Python Turtle Documentation
This page contains a list of available Turtle commands in Python.
Read MorePong Game with Python Turtle
Pong is a two-player game, where each player controls a paddle and tries to score points by hitting the ball into his opponent’s side. Pong is one of the first popular games created.
Read MoreTRON Game with Python Turtle
Tron is an arcade game that combines aspects of the iconic snake game with the Tron movies, you must control your very own Tron-style snake and try to box in your opponent.
Read MoreNoughts and Crosses / Tic Tac Toe with Python Turtle
You probably know how to play Noughts and Crosses (or Tic Tac Toe). The game might seem simple on paper but let’s try to recreate it using the Turtle
module in Python!