Skip to content

levidsmith/PythonProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonProjects

Downloading

Download the ZIP file from the following location (or press the down arrow next to the clone button and Download ZIP) https://github.com/levidsmith/PythonProjects/archive/master.zip

Extract to directory (Windows - double click, Linux - # unzip PythonProjects-master.zip

Download and install Python https://www.python.org/downloads/

Check Python version (requires 3.8)

Windows

> python --version

Ubuntu Linux

# python3 --version

If you see a message about "no module named request", then you need to upgrade to python3

Installing

Windows

Run the python package manager and install pygame

 > cd <path to python>\Python\Python38-32\Scripts
 > pip install pygame

Ubuntu Linux

# sudo apt install python3 (if it's not already installed)
# sudo apt install python3-pip
# pip3 install pygame

Running

Windows

> cd <extract folder>\PythonProjects-master\koikoi
> python koikoi.py

Ubuntu Linux

# cd <extract folder>/PythonProjects-master/koikoi
# python3 koikoi.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages