tvaroglu / connect_four

A CLI-based ConnectFour game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConnectFour

Contributors Issues Stargazers Forks

Table of Contents


Overview

Feeling nostalgic? How about a quick game of Connect Four for a little break in your day!

Language

Packages

Development Principles

Contributors

👤 Taylor Varoglu

Setup

This project requires Python 3.

  • Fork and/or clone this repository
  • Set up and activate your virtual environment:
    • $ python3 -m virtualenv venv
    • $ source venv/bin/activate
  • Run the test suite with (venv) $ python -m unittest -v
  • Run the game with (venv) $ python main.py

Deployment

A fully functional version is currently hosted on Replit.com!

About

A CLI-based ConnectFour game


Languages

Language:Python 100.0%