Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
oh! hey there! thanks for the response! i still dont know what those are. still struggling with that my mind cant really understand it because i dont have programming background. i just wanted to know the easiest way possible? since the engine says no code? so i want to know what thing should i used in the event editor instead? like any sample? im sorry i dont really know whats pseudo code and programming terms :(
An "if then" statement, also known as a conditional statement, is a fundamental concept in logic and programming. It expresses a relationship where a certain action or outcome (the "then" part) is triggered by a condition (the "if" part) being true. Essentially, it's a way of saying, "If this is true, then do that."
Then Part (Conclusion/Consequent): This is the action or outcome that occurs if the "if" part is true.
Programming: "If the user's input is 'yes', then display a success message."
Logic: "If a number is divisible by 4, then it is divisible by 2."
Related Conditionals: Related conditional statements can be formed by rearranging or modifying the original if-then statement. Examples include the converse, inverse, and contrapositive.
Truth Tables: Truth tables can be used to analyze the truth values of complex if-then statements.
Deductive Reasoning: If-then statements are a core component of deductive reasoning, where conclusions are logically drawn from given premises.
Control Flow: In programming, if-then statements (and their variations like if-then-else) control the flow of execution, allowing different code blocks to be executed based on conditions.
ok i think this is a start for me to understand better in programming this is so much helpful! thanks so much! last question out of topic is this engine will be getting more updates and more new features too in the future? like a music creator or maybe 2d animator like putting bones to your custom character? thanks again for the reply and info for the programming.
hey there thanks for the reply!
thanks for the tips! and yeah i am new to this stuff i know this is advance but i just need to know if you can make that stuff in this engine i researched about this engine and some say this engine is for small type games only? so i wonder this cant make a game like hollow knight or blasphemous? i dont really have an idea since im just learning.
If you're new to programming, game dev etc. maybe try remaking the classic game Pong - you'll learn how to make movement, collisions, basic physics, basic AI.