/Dot-Maze-game

A simple graphical game I built with turtle module when I was learning python.

Primary LanguagePython

Dot-Maze-game

A simple graphical game I built with turtle module when I was learning python.

In this game there are 2 players, Red and Blue.

The Red player moves using arrow keys ⬅⬆⬇➡

The Blue player moves using A, W, S and D keys

The player who reaches the goal ( turtle shape ) first wins.

Screen shots

The goal appears in a random position every game.

Dot Maze 1

Dot Maze 2

When red player wins :

Dot Maze 3

When blue player wins :

Dot Maze 4