Day 15 : 20/12/2024 : My Skill Up Journey

Welcome to Day 15 of my learning journey in Coding, Game design and languages. Extensive study of C and JS languages. Game design I am creating a 2D/3D level for “plant the bomb” game objective. And learning Japanese from Zero!

Language

Japanese: Learned (i) adjective to create negative sentences, and few new words. Revised all the previous content. Used Practice sheet to write all letters.

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:
Covered few topic related with: Channels of Information and 2 steps of it. Map Information to channels, Review Use of Dimensions. The Lens of Channel and Dimensions

For 2D/3D level layout: I have Started prototyping my level so far i have managed to draw spawn points and main pathways, i decided to make my level on Yacht so i have study more about the yacht locations and sync it with my game level.(Done: 1. Spawn points-> 2. Main pathways->) (To Do: 3. Objectives-> 4. Choke points-> 5. Connecting pathways-> 6. Strategy.)

Coding

JavaScript: Completed with Chapter 12: Debugging programs [printIn(),print(),debug()]. Started with Chapter 13: Looping and completed one challenge for basic looping.

C: Completed Chapter 2 Instructions and Operators; Types of instructions: 1.Type Declaration, 2. Arithmetic , 3. Control. Complete Chapter 2 practice Set as well.