409 |
6832 d 1 h |
ira |
/school/ |
Rename cs408/ to cs420/. I got the class wrong.
Add cs431/ and a directory for the first project. |
|
/school/cs420 /school/cs431 /school/cs431/p1
/school/cs408
|
397 |
6843 d 16 h |
ira |
/school/cs408/p1/ |
PyCompat.py:
* Add a compatibility class so the school computers work.
DrawGraph.py:
* Revert earlier changes. School computer fixes are now in PyCompat class.
* Add a check for yapgvb.
PuzzlePiece.py:
* Revert earlier changes. School computer fixes are now in PyCompat class.
PuzzleSearch.py:
* Revert earlier changes. School computer fixes are now in PyCompat class.
* Add a check for yapgvb.
* Only try to render with yapgvb if we have it.
HW01.py:
* Revert earlier changes. School computer fixes are now in PyCompat class.
* Add a check for yapgvb.
* Add "generated_by" to autogenerated root nodes.
* Make sure the start_node is labeled 'root'.
Graph.py:
* Revert earlier changes. School computer fixes are now in PyCompat class.
Menu.py:
* Revert earlier changes. School computer fixes are now in PyCompat class.
* Remove unnecessary function calls. |
|
/school/cs408/p1/PyCompat.py
/school/cs408/p1/DrawGraph.py /school/cs408/p1/Graph.py /school/cs408/p1/HW01.py /school/cs408/p1/Menu.py /school/cs408/p1/PuzzlePiece.py /school/cs408/p1/PuzzleSearch.py
|
395 |
6843 d 21 h |
ira |
/school/cs408/p1/ |
Lots of fixes for school computers (gotta hate them)!
Add render_stupid() to DrawGraph. |
|
/school/cs408/p1/DrawGraph.py /school/cs408/p1/Graph.py /school/cs408/p1/HW01.py /school/cs408/p1/Menu.py /school/cs408/p1/PuzzlePiece.py /school/cs408/p1/PuzzleSearch.py
|
394 |
6848 d 0 h |
ira |
/school/cs408/p1/ |
HW01.py:
* Add the main file that handles the CS420 HW01 requirements.
* Basically, a menu driven interface to PuzzleSearch.
Menu.py:
* Add helper class that generates menus and gets input.
* Must handle callback functions yourself, most of the time. |
|
/school/cs408/p1/HW01.py /school/cs408/p1/Menu.py
|