Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
The 'coding' is selecting different combinations from a menu, for each of the block.
Each block will look like attack X, move to Y that is Z, if self full health, etc.
not super easy tought
is lua not more easy ?
for modding i used lua and for microchip i use c++
some recommend python
i wonder what the best
JS isn't exactly "lovely" but in modern web and async frontends sort of hard to avoid.
Don't believe all the hardcore memory-management and whatnot fanatics. Surely statically typed languages have their advantage in terms of debugging larger projects, or for performance-critical applications.
C++ memory management isn't exactly for the faint of heart, and certainly not the best for beginner, intermediate learning.. or generic projects. Unless you go hard on electronics and hw/embedded, performance-critical or GPU/visual, low-level game-engine dev (the engines themselves) or extension thereof. For electronics there's potentially alternatives, even python but maybe docs less established.
The truth is: Python is a great language for beginners or even more advanced applications, prototyping, tools and all sorts of fields. It's even the top language in academics, research and ML etc. due to ease of use, learnability and readability.
Godot gamedev with very python-like, almost identical GDscript is also one of the best experiences you have for learning or even serious stuff; Even or maybe especially compared to Unity or UE.
I even favor Python's block-indent scope and "syntax", over C#'s disgusting bracket nests in terms of use, clarity and readability.
Don't trust the usual negatives; They might even be jealous, or try to bolster their low self-esteem by "looking down" on a supposedly "inferior" "scripting-language" - wasting time memory-managing, statically typing, needlessly bracketing just for the sake of it when it's actually unnecessary overhead and not needed at all for 99% of projects or ideas: especially for beginners/intermediates and depending on workfield or goals, probably even professionals.
Yes, visual programming languages are often used for kids, no, this is not one of those, it's actually really hard to learn.
That and it's a bloody game :V
and its just for a quick initiation