-3

I was wondering how I would go about creating a game. I do not care if it is only available on windows or it is cross-platform. Which languages would I use to create a game?

1 Answer 1

1

Q: Which languages would I use to create a game?

A: One could program a game in almost any known programming language. Different languages work better or worse for different types of games, so it really depends.

Remark: Without extensive knowledge of how even simple games like PacMan are coded, you will run into many issues when trying to code a more complex game. I highly recommend you try to write a simple PacMan or Tetris game using only Java, just to get a hang of things and then from there move on to more and more complex games and only then start to being with more complex game languages.

3
  • @Cyborgx37 While I do agree with you, I'd like to point out the Java is one of the most mainstream languages and if one can master Java then mastering other languages will be a piece of cake.
    – Tdorno
    Commented Jul 13, 2013 at 2:39
  • @Tdorno - You may want to follow some of those links. ;)
    – JDB
    Commented Jul 13, 2013 at 2:40
  • Processing is a powerful Java dialect for visual designers; it's syntax was inspired by Design by Numbers and PostScript. It hides the most frustrating things about Java programming and it's very easy to start. You could give it a try: processing.org Commented Jul 14, 2013 at 11:44

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.