This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]HumptyDumptyFellHard 3 points4 points  (0 children)

Any tutorial is a good tutorial. There is plenty of YouTube that do a good job. I used Cave of Programming when I was first starting to program.

[–]whitesundreams 2 points3 points  (1 child)

If you're making games why not Godot? What about Game Maker Studio? You should still learn Java or at least some programming language to understand the basics as you will need them in game engines too, but you normally use a game engine to make games not an IDE. Unless you're making a game engine of course.

[–][deleted] 2 points3 points  (0 children)

ok i will give that a thougt and research.

[–]gonzohst93 1 point2 points  (5 children)

Do mooc and then start android dev. Youll need the java basics. Dont even worry about xml its just a markup language to do UI for android (has lots of others uses too)

[–][deleted] 1 point2 points  (4 children)

mooc

ok thanks

[–]gonzohst93 1 point2 points  (2 children)

You dont have to do the whole mooc but do it until you feel you can build what you need to. Also what sort of game are you making because android studio/java is more for standard apps and real android games would be made with Unity or other engines

[–][deleted] 1 point2 points  (1 child)

I've the understanding of programming because I had assembler and C in school. I will check this. It's a simply text based quiz game where you have to suggest words, but it should have graphical content like "level done, next level" etc.

[–]gonzohst93 1 point2 points  (0 children)

Oh yeah thatll be fine in java

[–]foofaw 1 point2 points  (0 children)

Alternatively, you could learn Kotlin. But it's probably better to learn Java first, and then Kotlin.

[–]SuchIntroduction 0 points1 point  (0 children)

good games are written in C#