Skip to content

TheUKDave/mars_robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mars Robots

Getting started

The script can either be run through Docker, or directly on the command line if python3 is installed

Docker

Build the image:

docker build -t mars .

Run the container (interactively):

docker run -ti mars

Runnning locally

Run the script:

python robot.py

Run the tests:

python -m unittest test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published