Welcome to Day 17, 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 months and days of the month. 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: Chapter 14: Experiences Can be Judged by their Interest Curve. Where author speaks about his experience and learns from his past experience and then implementing it into daily practice.
LDD: I am very confused whether to create a 2D or 3D level first, since I have basic foundation of Unreal engine and my vision is clear, so I have started with 3D white blocking first. Once that's done I'll create 2D level in Photoshop.
Coding
JavaScript: Continuing Chapter 13: Looping, today I covered nested For Loops and with this I have completed chapter 13 and i am working on project: build a house. There are 4 conditions to fulfill this project so far I am done with 2.
C: Completed Chapter 3 with learning switch case loops and break function. Started with practice set of Chapter 3 and completed 3 programs. Problem 1: was about testing logic of if else function, Problem 2: Determine whether a student has passed or failed, problem 3: Calculate income tax paid by an employee to the government.