Finished recursive solution to constrained Hanoi

This commit is contained in:
Grant Sanderson
2016-11-18 21:23:52 -08:00
parent 8f06c9db1c
commit cc9aace93f
7 changed files with 640 additions and 51 deletions

View File

@ -4,7 +4,8 @@ import numpy as np
DEFAULT_HEIGHT = 1080
DEFAULT_WIDTH = 1920
DEFAULT_FRAME_DURATION = 0.04
LOW_QUALITY_FRAME_DURATION = 1./20
MEDIUM_QUALITY_FRAME_DURATION = 1./30
PRODUCTION_QUALITY_FRAME_DURATION = 1./60
#There might be other configuration than pixel_shape later...