labesoft / top-projects

Welcome to our simple python projects portfolio
1 stars 0 forks source link

Transform the hangman game design into OO design #10

Closed benlapETS closed 3 years ago

benlapETS commented 3 years ago

The goal is to create a model from requirements we have and reimplement it. Unlike the imported code, the new code must:

benlapETS commented 3 years ago

Most of the redesign has been done. But I am still unsure how to make it compatible to angular and tkinter at the same time for now. Will have to backtrace it after it is done.

I know for sure how to separate hangman and word module and test it as they are well done, modular and testable.

benlapETS commented 3 years ago

I completed the code as well as the documentation for a full working CLI application of The Hangman Game at the best of my knowledge and the standards I follows as of 882310d. There is only the unit test outstanding which I will try to complete today

benlapETS commented 3 years ago

Completed the unit tests + refactoring + some live templates to generate tests code structure