Kofi / Illestpreachablog.illestpreacha.com·Apr 30, 2024NaPoWriMo x NaPoGenMo 2024 Day 30 : Sense BasedSenseCarousel For the 30th day of NaPoWriMo/NaPoGenMo 2024, SenseCarousel contains rules and prompts coded in Python. This is done by having four shuffled arrays of the senses and comparing them to one another. If the same sense is in the same positi...NaPoGenMo X NaPoWriMo 2024Python
Kofi / Illestpreachablog.illestpreacha.com·Apr 29, 2024NaPoWriMo x NaPoGenMo 2024 Day 29 : Rule Based Carousel 3Poetic Carousel 3 For the 29th day of NaPoWriMo/NaPoGenMo 2024, Poetic Carousel 3 contains rules and prompts coded in Ruby & Python. This is done by making a comparison between 6 random assortments of the alphabet and only outputting, letters that ma...26 readsNaPoGenMo X NaPoWriMo 2024Ruby
Kofi / Illestpreachablog.illestpreacha.com·Apr 27, 2024NaPoWriMo x NaPoGenMo 2024 Day 27 : Rule Based CarouselPoetic Carousel For the 27th day of NaPoWriMo/NaPoGenMo 2024, Poetic Carousel rules are coded in Ruby & Python: Where the starting letter of each word is derived from a 3x3 matrix that is generated with no repeat letters and then transposed. Poems Fi...30 readsNaPoGenMo X NaPoWriMo 2024Poetry
Kofi / Illestpreachablog.illestpreacha.com·Apr 27, 2024NaPoWriMo x NaPoGenMo 2024 Day 26 : Transposition with PoemsCipheringPoems For the 26th day of NaPoWriMo/NaPoGenMo 2024, the poem is being generated through Transposition ciphers coded in Python. "A Transposition cipher is one in which the order of characters is changed to obscure the message."https://math.li...NaPoGenMo X NaPoWriMo 2024Python
Kofi / Illestpreachablog.illestpreacha.com·Apr 25, 2024NaPoWriMo x NaPoGenMo 2024 Day 25 : Poetic Game PrototypingGuessTheRhyme For the 25th day of NaPoWriMo/NaPoGenMo 2024, "GuessTheRhyme" is coded in P5js and is prototype of a game, where the player tries to guess the scramble rhymes. Game https://illestpreacha.itch.io/guesstherhyme P5JS Code //medium version ...NaPoGenMo X NaPoWriMo 2024JavaScript
Kofi / Illestpreachablog.illestpreacha.com·Apr 24, 2024NaPoWriMo x NaPoGenMo 2024 Day 24 : Cinquain Once MoreGeometricalCinquains2 For the 24th day of NaPoWriMo / NaPoGenMo, "GeometricalCinquains" coded in LiveCodeLab takes the forms of a Quintain(Any Poem with five lines) and a CInquain(A Poem that follows the form 2,4,6,8,2). Aided with OBS Video LiveCo...NaPoGenMo X NaPoWriMo 2024JavaScript
Kofi / Illestpreachablog.illestpreacha.com·Apr 23, 2024NaPoWriMo x NaPoGenMo 2024 Day 23 : Cinquain AgainGeometricalCinquains For the 23rd day of NaPoWriMo / NaPoGenMo, "GeometricalCinquains" coded in LiveCodeLab takes the forms of a Quintain(Any Poem with five lines) and a CInquain(A Poem that follows the form 2,4,6,8,2). With additional sound from Son...NaPoGenMo X NaPoWriMo 2024animat
Kofi / Illestpreachablog.illestpreacha.com·Apr 22, 2024NaPoWriMo x NaPoGenMo 2024 - Day 22: More SojisSojisInLM For the 22nd day of NaPoWriMo/NaPoGenMo 2024, the Locomotion code is written in the format of a Soji : "A Korean verse form related to haiku and tanka and comprised of three lines of 14-16 syllables each, for a total of 44-46 syllables." -*...NaPoGenMo X NaPoWriMo 2024Haskell
Kofi / Illestpreachablog.illestpreacha.com·Apr 21, 2024NaPoWriMo x NaPoGenMo 2024 Day 21:PoeticReflections For the 21st day of NaPoWriMo/NaPoGenMo 2024, 'PoeticReflections' coded in Hydra & Sies8s puts the poem in a reflective / near symmetrical animated state. Poem Allow myself to reset Allow my mind to reflect Inspect what the feelings...NaPoGenMo X NaPoWriMo 2024JavaScript
Kofi / Illestpreachablog.illestpreacha.com·Apr 20, 2024NaPoWriMo x NaPoGenMo 2024 Day 20: 3rd Rhyme SchemeFinicky Movements For the 20th day of NaPoWriMo/NaPoGenMo 2024, I decided to remake the rhyme scheme generator for a shorter poem, coded in Python. Rhyme Scheme dcabda ddbaca dcd Modified Code Line Original Codebase can found: https://blog.illestpre...NaPoGenMo X NaPoWriMo 2024Python