Skip to content

williamorosky/CSCE452-Lost-In-Translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

CSCE452-Lost-In-Translation

Repository for projects 2-5 for CSCE 452: Robotics

How To Run

Install Python 2.7

That can be found here: https://www.python.org/downloads/

Make sure pip is installed

It should be installed with 2.7.9 already but if not follow the steps here: https://pip.pypa.io/en/stable/installing/

Install PyGame library

This is required if you want to work with APIs in Python. Run the following command from your project directory:

pip install pygame

Run the program

Ex: Run Project 2

python project2.py

About

Repository for projects 2-5 for CSCE 452: Robotics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages