swilcox / cfour

Super simple connect four clone engine in Python with CLI frontend and a few tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Status

CFour

A super simple connect four type game engine and a CLI frontend for using it.

Written in Python (3.7+)

Tests

This project uses pipenv:

pdm install

Then execute the tests:

pdm run py.test

CLI Frontend

pdm run python cli_four.py

TO-DO

  • web back-end
  • web frontend
  • engine optimizations
  • color/curses implementation
  • move history/undo
  • docs
  • more tests

About

Super simple connect four clone engine in Python with CLI frontend and a few tests

License:MIT License


Languages

Language:Python 100.0%