Vladimiras Malyskinas

Vladimiras Malyskinas

A generalist with a wide range of technical and soft skills, small business owner, freelance acoustic consultant.

Python Turtle Documentation

Python Turtle Documentation

This page contains a list of available Turtle commands in Python.

Read More
Pong Game with Python Turtle

Pong 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 More
TRON Game with Python Turtle

TRON 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 More
Noughts and Crosses / Tic Tac Toe with Python Turtle

Noughts 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!

Read More