This repository was archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Connect Four game for Programming in Python course.
License
samitheberber/Tuqqna
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Tuqqna
What is this?
=============
Tuqqna is Connect Four like game with AI. The name Tuqqna comes from Kabyle
word, which means connection. This project is part of Programming in Python
course.
Running
==========
To play Connect Four with Tuqqna, just run it from ./run.py
More information about running can get with --help option: ./run.py --help
Unit Tests
==========
Unit tests can be easily run from ./unittests.py
These tests are very important, because the whole project is going to be
developed with TDD (Test Driven Development). All public functionality will
be tested before they are created. This also provides the design quality
with refactoring.
Documentation and Support
=========================
Documentation is written in LaTeX and transformed in PDF. Design document is
in ./docs/design/document.pdf and implementation document will be in
./docs/implementation/document.pdf.
Copyright
=========
All of the code in this distribution is Copyright (c) 2009 Sami Saada.
Tuqqna is made available under the MIT license. The included
LINCENSE file describes this in detail.
Warranty
========
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
Again, see the included LINCENSE file for specific legal details.
About
Connect Four game for Programming in Python course.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published