Difference between revisions of "Home Is Where The Heart Is Assignment"
Jump to navigation
Jump to search
(→Flags) |
|||
Line 16: | Line 16: | ||
=Code To Implement= | =Code To Implement= | ||
==Flags== | ==Flags== | ||
+ | {{RacketToImplement|flags|tri-bar-flag/left-to-right<br/>tri-bar-flag/top-to-bottom|home_is_where_the_heart_is}} | ||
+ | |||
===tri-bar-flag/left-to-right=== | ===tri-bar-flag/left-to-right=== | ||
Revision as of 01:14, 16 March 2020
Contents
Racket Image Library
Racket Image Library Documentation
placement
shapes
Code To Implement
Flags
file: | src/main/racket/home_is_where_the_heart_is/flags.rkt | |
functions: | tri-bar-flag/left-to-right tri-bar-flag/top-to-bottom |
tri-bar-flag/left-to-right
Yes, the function name is literally tri-bar-flag/left-to-right
.
(define (tri-bar-flag/left-to-right width height left-color middle-color right-color) (raise 'not-yet-implemented #t))
tri-bar-flag/top-to-bottom
(define (tri-bar-flag/top-to-bottom width height top-color middle-color bottom-color) (raise 'not-yet-implemented #t))
Home
(define (home roof-side-length roof-color base-width base-height base-color door-width door-height door-color) (raise 'not-yet-implemented #t))
Heart
(define (heart side-length color) (raise 'not-yet-implemented #t))