/ten-thousand

week 2 lab assignment

Primary LanguagePython

WEEK 2 LAB - Class 06-08

Project: Ten Thousand Author: Liesl White

Links and Resources

Game Methods Game

Version 1 Version 2

Setup

.env requirements (where applicable) i.e.

How to initialize/run your application (where applicable)

To run game:

python3 ten_thousand/game.py

To run tests:

source .venv/bin/Activate
pip install -r requirements.txt
pytest

Tests

To run the tests, just use the commands above, "to run tests".