index
:
oo
master
Infinity Loop
jandew@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
oo.py
Age
Commit message (
Collapse
)
Author
2016-02-25
add in show solution, but not undo button
HEAD
master
Joe Anderson
2016-02-25
make extra hard mode fast, but not uniformly random
Joe Anderson
2016-02-24
add edges into ooPuzzle, create set_data methods
Joe Anderson
2016-02-24
major docstring revision
Joe Anderson
2016-02-23
plans for a go module
Joe Anderson
2016-02-23
merge input functions into ooPlay.get_input
Joe Anderson
2016-02-19
navigable help menus
Joe Anderson
2016-02-19
minor documentation fix
Joe Anderson
2016-02-19
error takes precedence over fixed, display changes
Joe Anderson
2016-02-19
added ability to break pause loops
Joe Anderson
2016-02-18
corrected fixed behavior in toroidal mode
Joe Anderson
2016-02-18
updated help to mention fixing pieces
Joe Anderson
2016-02-18
condense color_pair assignment
Joe Anderson
2016-02-18
allow pieces to be fixed in place
Joe Anderson
2016-02-17
multi-cursor implemented
Joe Anderson
2016-02-17
added extra hard mode, fixed toroidal motion
Joe Anderson
2016-02-17
ooPlay.toroidal fully implemented
Joe Anderson
2016-02-17
toroidal display implemented
Joe Anderson
2016-02-17
ooPuzzle.toroidal fully implemented
Joe Anderson
2016-02-16
more documentation tweaking
Joe Anderson
2016-02-16
documented attributes
Joe Anderson
2016-02-16
now can show which pieces are in error
Joe Anderson
2016-02-16
checkered background, colored help text
Joe Anderson
2016-02-16
added vi keys to help
Joe Anderson
2016-02-16
make conditional readable, add vi movement
Joe Anderson
2016-02-15
fix getch bug
Joe Anderson
2016-02-15
cleaned up ooPuzzle.is_solved
Joe Anderson
2016-02-15
fixed is_solved bug, created help messages
Joe Anderson
2016-02-10
basic ooPlay implemented
Joe Anderson
2016-02-10
finish ooPuzzle.is_solved
Joe Anderson
2016-02-10
started ooPuzzle.is_solved
Joe Anderson
2016-02-10
change 'seed' to 'game_id', write docs'
Joe Anderson
2016-02-10
cleaned up ooPlay, added unicode strings
Joe Anderson
2016-02-10
implemented ooPuzzle generation from seed
Joe Anderson