4
\$\begingroup\$

Part 1 of the challenge revolved around converting the letters into specific unicode characters.

Lore

In this part we receive the output from the function made in Part 1, which now has to be arranged in an artistic manner.

Aim

Take 1 word as input which has already undergone transformation in the function made in Part 1 and perform the necessary transformation

Example:

A -> A

Λ

Quick -> Qck

 𐍉
⩁<

Brown -> Brwn

L
 \ ᑎ
 ⌵

Fox -> Fx

⌽
 X
The presence of F's endpoint being in middle can be imagined to be shifted towards right or left. 
That's why it requires a white-space for alignment

Jumps -> Jmps

ᨈ ᨈ⊥⦵
)⊥⦵ OR )
In this case ⦵ has end points in middle, 
hence connection will be at same level as previous symbol

Over -> Ovr

┼ OR ┼⌵\
 ⌵\

The -> The

_
 |
 ∟

Lazy -> Lzy

(
 ᒣ
 ɥ

Dog -> Dg

Ꙅ
 T

Turtle -> Trtle

_
 \_
 (
 ∟

Of -> Of

┼
⌽
As the widths are slightly different, the joining is approximated. 
The presence of no whitespace before either suggests both to be in same 'column'.

Terror -> Tr

_
 \

Rules of interconnections

  1. The connection must be on the end points of symbol
  2. If symbol is drawn next line then spacing must be done appropriately. E.g. showing spacing with .
_
.\_
...(
....∟
L
.\.ᑎ
..⌵
  1. The next character must start from it's left/top/bottom most end points and be connected to top/right/bottom most end point of previous symbol

Visual Representation for clarity

Handwritten Shorthand Forgive my handwriting and the error in the image, I have been watching iskall85 a little too much ;p

Guide For Where To Connect The Next Symbol(The dot represents the connection point)

Drawing Guide

asked Apr 27, 2022 at 14:01
\$\endgroup\$
10
  • \$\begingroup\$ Code Golf and iskall85? This is a crossover I never would have expected :p \$\endgroup\$ Commented Apr 27, 2022 at 14:09
  • \$\begingroup\$ That's why I suggested that the Sandbox post should be edited to reflect the 2-part nature. I would suggest that the first part should be removed and the 2nd continue with the output from 1st. Now the overlap between challenges may discourage some answerers. \$\endgroup\$ Commented Apr 27, 2022 at 14:27
  • \$\begingroup\$ @pajonk Thank you! That's a nice way of keeping the questions independent yet connected. I have also edited the sandbox question to reflect the mutli-part nature of the question, which I hope will express the situation better \$\endgroup\$ Commented Apr 27, 2022 at 14:47
  • 2
    \$\begingroup\$ I can't tell which symbols interconnect in which way. Maybe a table of symbols would help? \$\endgroup\$ Commented Apr 27, 2022 at 15:53
  • 2
    \$\begingroup\$ @JonathanAllan Thanks for the feedback. I have made the comments in the examples more descriptive to solve this problem. \$\endgroup\$ Commented Apr 27, 2022 at 19:21

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.