+ 1
How do I start a legit program? I have no idea how or where to begin.
4 Answers
+ 1
Say I wanted to start making an app or a game or a random program I can create in my computer to store and organize files...
+ 1
the first thing you can do is to write your program basic logic in pseudo code (google pseudo code) form, so you can later expand it to real code.
If it makes sense in basic meaning, it will be easier to make it work. of course, its going to need research and time, but its a great way to learn tones and doing something. something like
bool gameState = true
if gameState == false {
// run intro and credits animation;
//request for coins;
// if coin is inserted change gameState
}
0
what do you mean by "legit"
0
The first thing is to learn the basics of coding and this app is ok for this.
Next you need an IDE like eclipse or visual studio to help you when you write the source code.
Then you choose something to use to make a GUI and learn how to make your program look ok.
And depending on what program you want to create you might need illustrator or photoshop to work with images for example if you want to make a game.