racket/htdp

Support for flipping text? for emojis

Open

#161 geöffnet am 15. Okt. 2021

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Racket (72 Forks)github user discovery
good first issueteachpack

Repository-Metriken

Stars
 (111 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

(require 2htdp/image)

(flip-horizontal (text "🦈" 100 "red"))

; ERROR: flip: cannot flip shapes that contain text

is it possible to make flip-horizontal and flip-vertical work with text images in 2htdp/image ? Arguably the color parameter is not needed for emojis. I can think of a few emoji centric games that could be fun to students. 🚣‍♂️ A fun game I can think of is rowing a boat left and right to avoid a shark from underneath or something, and getting flip-horizontal to change the boat facing direction. Thanks

Contributor Guide