hello guys i tried to check at different posts. i looked for some time but they all seem specific then to be personal reason.i am sorry to create another post if there are any.can someone guide me to posts or software or video.where i can learn step by step. i have some stories in my mind.that i wish to make games and help gamer to enjoy type of games i wish someone wrote for me.i would be thankful for any and all help.
Definitely start with the tutorial mentioned above. There are some samples of code included there. The best thing you can do is go over the code line by line and make sure you understand the âflowâ of the program. That is, make sure you know what commands are executed in what order, and what each one does. Understanding the flow is, from my experience, the key to gaining a basic understanding of how to think like a programmer.
Iâve found that the ChoiceScript Wiki is a tremendous help with commands, syntax and how the language works.
Luckily for us, ChoiceScript is high-level (easier to understand) and is already quite readable even without any knowledge of the language. If youâre having trouble on the basics of programming in itself, Iâd recommend you look into algorithms, pseudocode syntax and perhaps Python as well.
thank you guys.i have no idea at all with language or coding. so i just follow like a blind man.
i tried different word office and did not find any that shows number in left side in office.i tried like master word perfect. can you guys advice me any.thanks
Programs like MS Office (and other office things) are word processors. What you need is a text editor.
Programs like Notepad, Notepad++, Sublime Text, and Atom.
But Iâd recommend CSIDE instead, though. Itâs a modified Notepad++, optimized to work with ChoiceScript. And better yet, managed by the community at here.
Normal notepad doesnât has numbers or say digits on left. Tutorial said it should have numbers. So i ttied to download 350 mb apps. But no numbers. Now there are more for 2 gb but i donât know if i should lol
Well, no one uses normal Notepad anyway :"
But I donât think such applications cost you such a huge memory, though. Youâre not downloading a language-compiler-IDE afterall.
@CJW Whoops.
All this time, my life is one huge misconception ._.
Using either of the two main development tools â âChroniclerâ or âCSIDEâ â makes things easier as you donât need to download your own copy of ChoiceScript, nor will you have to keep it updated in future. - from the wiki
Is there anything about coding efficiency? I was curious because it was mentioned on another topic about CoG and HG titles and their word count, and I wanted to know the advantage or effect of coding efficiency and what that would look like.