/Visual-noughts-and-crosses

A second version of my previous python noughts and crosses, with Pygame Zero for visualisation.

Primary LanguagePython

Visual-noughts-and-crosses

A second version of my previous python noughts and crosses, with Pygame Zero for visualisation.

( I just decided to upload this- sorry! Also sorry I couldn't host this on a webpage)

Pygame Zero logo: alt text

How to run this Pygame Zero game:

If you have The Mu editor:

Mu Editor Logo: alt text

  1. Download this repository
  2. Open intro.py in Mu
  3. Change Mode to 'Pygame Zero'
  4. Run the code!

alt text

If you don't have Mu editor:

  1. Install python and pygame zero, and, if not already downloaded, pgzrun
  2. Download this repository
  3. Go to your computer's terminal
  4. Navigate to the file
  5. Type in pgzrun intro.py

Have fun!!!