What's Your Faviourite Programming Language?
Posted: Fri Apr 12, 2013 11:27 am
This is probably the nerdiest post title of all time, but seriously, what is your coding history and what's your faviourite now?
I am learning Java at the moment, and I've made a few phrase-o-matics, which soon I'm going to turn into some sort of flash game with graphics.
My big project on java is to create a huge 'phrase-o-matic' which generates a story. I have a base down for it, but the compiler seems to hate it :P
The project is so that everytime you click a button titled 'adventureplz' a random story is generated with different characters and places and bad guys and outcomes everytime. Right now I'm working on a little text based RPG, but after I've finished that I'll get to work on 'Adventureplz'.
Here's just some of the code I'v written so far, it should as be mashed together. This is just a small part of it so far.
It doesn't work together so well in a forum post, but you get the general idea
I am learning Java at the moment, and I've made a few phrase-o-matics, which soon I'm going to turn into some sort of flash game with graphics.
My big project on java is to create a huge 'phrase-o-matic' which generates a story. I have a base down for it, but the compiler seems to hate it :P
The project is so that everytime you click a button titled 'adventureplz' a random story is generated with different characters and places and bad guys and outcomes everytime. Right now I'm working on a little text based RPG, but after I've finished that I'll get to work on 'Adventureplz'.
Here's just some of the code I'v written so far, it should as be mashed together. This is just a small part of it so far.
Spoiler: