How do I program games on a Mac?
Hey guys,
I am very interested in computers and programming but I know absolutely nothing about programming, although I'm very good with computers. I have a Macbook Pro 13" 2.4GHz. I'm planning on using Java, is there a specific version you'd recommend? Any other advice would be great! Thanks!
P.S.- I'm also interested in designing websites.
Comments
Programming isn't something you can easily pick up, it's really like learning an actual language. You need to constantly practice it and figure out how the language "works."
First off, since you mentioned you like designing websites, I suggest you start with that. Basic HTML is very easy to learn and get the hang of. You can use this as an introduction to your "programming goal."
When I first learned HTML, I used this website as sort of a reference along with my class in school:http://www.w3schools.com/html/default.asp
Just that alone should help you get a real grasp on programming. Also, side note, all you need is a simple word processor that allows you to save in .HTML formats to work with HTML. There are programs that help you streamline the process like Adobe Dreamweaver.
Once you get the basic idea of programming, you can start Java. Java isn't exactly a "beginner's" language so it might take more time and effort than you expect.
To start off, I suggest you use a program like BlueJ (free) to help you build software. I also heard there's a program called JCreator that's supposed to be more user-friendly that you might want to try, I personally am used to BlueJ so I stick with it.
Here's a website that seems to show Java basics (I just browsed through it quickly):
http://www.oracle.com/technetwork/topics/newtojava...
Just play around with some coding and eventually it'll all sink into your head.