Page 1 of 1

Know any easy programming languages or platforms?

PostPosted: Sat May 28, 2011 5:31 pm
by TheMewster
Hi guys. I've been interested in gaming and wanna be able to make my own games, especially visual novels. So do you guys know of any easy to learn, remember, and use programming languages or platforms? If so please link to sites about them. Thanks so much and God bless!

PostPosted: Sat May 28, 2011 7:18 pm
by Edward
If you have a TI graphing calculator, learning TI Basic could be a good way to get started, and it's what I'm learning right now.

Here's a link to a website that can teach you TI Basic: http://tibasicdev.wikidot.com/

But I don't really know what I'm talking about. There are other members who could give a much better answer.

PostPosted: Sat May 28, 2011 7:58 pm
by shooraijin
If you want to write visual novels, look at ONScripter: http://en.wikipedia.org/wiki/ONScripter

PostPosted: Sat May 28, 2011 9:09 pm
by blkmage
There's a visual novel engine for Python called Ren'Py.

PostPosted: Sat May 28, 2011 9:52 pm
by Davidizer13
My college uses Python as an introductory language - it's very English-like, but it's relatively powerful; it teaches the basics of variables and passing things between functions, which you'll be having to do with pretty much all other languages.

Java is a great second language. It builds on Python, but is related to the C/C++ class of languages, which are what lots of programmers use in professional applications.

Game Maker isn't too bad for learning things, if you're looking for a really fast start and something super-intuitive - it does most of the work concerning graphics, object triggers and variables for you, and people have made some great games with it (Iji, Runman: Race Around the World and Hydorah, for starters).

PostPosted: Sun May 29, 2011 6:44 am
by Midori
If you're looking to learn game programming in general, Game Maker is great and I recommend it highly. It's more made for action games though, rather than visual novels. Also it only makes games for Windows.

PostPosted: Mon May 30, 2011 12:05 am
by ABlipinTime
I use Java for making games, though I do recommend trying to learn the basics of a language first before jumping right into things. Do you have any experience with programming?

blkmage (post: 1481750) wrote:There's a visual novel engine for Python called Ren'Py.


lol. There's a python module for everything... Except one optimized for solving advanced quantum mechanics problems.