Day 11 : 16/12/2024 : My Skill Up Journey

Intro

Aloha! Welcome to Day 11 of my learning journey in Coding, Game design and languages. I am watching 1 hr video for C language and for JS I have started with Logic and if Statements. Game design I am learning about lights, volume and materials in unreal engine. And learning Japanese from Zero! and revisiting English lessons from lower-intermediate course level.

Language

Japanese: Learned about GA particle, 3 rules of using GA and WA particle.
Revised all the numbers from 0-1000000000,Age related phrases and basic greetings.
Used Practice sheet to write all letters.

English: BBC leaning English, Course- lower intermediate
Unit 4 Session 5
Activity 3; The Race: Sophia's video diary
Activity 4: The weekly quiz
Unit 5 Session 1
Activity 1: Meet 'Mr Christmas'
Activity 2: The doctor's advice Activity 3: 6 Minute Vocabulary

Game design

I am reading this book called “The Art of Game Design” by Jesse Schell. Today, I completed a few topics and read about:
Good puzzles, 10 principles of puzzle design, completed next 3 of them.
Puzzle principle #7: Pyramid structure extends Interest (The lens of Pyramid). Puzzle principle #8: Hints extend interests Puzzle principle #9: Give the answers! Puzzle principle #10: Perceptual Shifts are a Double-Edged sword The lens of the Puzzle.

LDD: Lighting; Learned to use point light, Skylight, Spot light, RectLight in Unreal Engine 4.

Coding

JavaScript: Started with Logic and if Statements: logical operators, completed challenge (Your First Button) Completed challenges such as first button and smart button.

GitHub Link: https://github.com/18thSky/learning-journey/tree/main/processing-js

C: Started with C programming, things i learned today: type casting, decision making, Switch case, Loops in C, Functions in C, Arrays,& pointers.