Jedi vs Sith
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Help Coders/Programmers/Etc

4 posters

Go down

Help Coders/Programmers/Etc Empty Help Coders/Programmers/Etc

Post by Atlas Wed Mar 07, 2012 7:36 pm

I've been working a long time in Python and recently gave VisualBasic a go with a friend. Neither (excluding PyGame) are best suited for programming 2D games, a thing which my friend and me are working into. I recently discovered this language specialised in 2D games called LOVE, but before getting to learn a whole new language I want to be sure its worth it.

So, anyone here familiarised with a game-programming suited language?
Atlas
Atlas

Join date : 2011-06-23
+Light/-Dark : -2
Posts : 520

Experience Points : 5571
Comments : This ain't funny -.-

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Dray The Fingerless Wed Mar 07, 2012 7:38 pm

LOL visual basic?? if you wanna make games you need to use java or C. it avoids compatibility issue and you get good support since its so widespread. seriously thou, visual basic?? lol, what, are you making games for 1992?(not even really). but if you wanna be serious about it and its not just an hobbie, id start with basic C and algorithmics. then when youve played with it get started with C#, by far the best for what you wanna do(specially if you work in XNA).

Python is a good language and im glad its getting more fame. Its sub optimal for games(due to the looping nature and memory accessibility), but the libraries created for it help.
Dray The Fingerless
Dray The Fingerless
Senate Representative

Join date : 2009-10-21
+Light/-Dark : 265
Posts : 10355

Experience Points : 26946
Location : your FACE is a location.
Comments : FIRST!

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Atlas Thu Mar 08, 2012 10:56 am

Python really helped learn stuff and practice. Btw i said 2D games so... python was reasonable.


I guess java would be a good start. The syntax isnt very ... different from other languages right? Well, all languages are unique with different features but all have common syntax.
Atlas
Atlas

Join date : 2011-06-23
+Light/-Dark : -2
Posts : 520

Experience Points : 5571
Comments : This ain't funny -.-

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Dray The Fingerless Thu Mar 08, 2012 11:37 am

the paradigm is object oriented. same with C#. the syntax is similar between C, java and some others. its the most important thing a programmer should learn in my opinion.for 2D java(android SDKs and stuff) as well as XNA are the best. not so much for 3D....but thats another level of things.
Dray The Fingerless
Dray The Fingerless
Senate Representative

Join date : 2009-10-21
+Light/-Dark : 265
Posts : 10355

Experience Points : 26946
Location : your FACE is a location.
Comments : FIRST!

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by The Exile Thu Mar 08, 2012 12:14 pm

C isn't easy...
The Exile
The Exile
Senator

Join date : 2011-08-15
+Light/-Dark : 5
Posts : 583

Experience Points : 5899
Location : Probably in this dimension

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Dray The Fingerless Thu Mar 08, 2012 12:50 pm

it is actually. not for complex stuff, but thats why you use stuff like openGL, glut n stuff. makes no sense to write your own framework in C if they are already made.
Dray The Fingerless
Dray The Fingerless
Senate Representative

Join date : 2009-10-21
+Light/-Dark : 265
Posts : 10355

Experience Points : 26946
Location : your FACE is a location.
Comments : FIRST!

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by The Exile Thu Mar 08, 2012 7:51 pm

Well y
The Exile
The Exile
Senator

Join date : 2011-08-15
+Light/-Dark : 5
Posts : 583

Experience Points : 5899
Location : Probably in this dimension

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Viteaz Thu Mar 08, 2012 9:03 pm

Writing on C isn't that good as C++. Agree with Dray that Basic is...old-fashioned. Well, C++ is easier to get used to.
Atlas, Java is more like C indeed ^^ But not all have the common syntax, here you're a little wrong.
But still writing on C(not C++) is a harder job. Even my programming professor says that.
So use what you think better for now. I'd recommend C\C++.
Viteaz
Viteaz
Senator

Join date : 2011-07-28
+Light/-Dark : 1
Posts : 387

Experience Points : 5576
Location : Russia, St. Petersburg
Comments : I'm a pervert...ye. >=)

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Dray The Fingerless Thu Mar 08, 2012 9:35 pm

the differences in syntax from java to c is minimal. you dont need to learn almost anything about it. it is also better to take the proper steps in learning C and starting from C, then C++ then C#. otherwise youll lose important programming habits associated with it.
Dray The Fingerless
Dray The Fingerless
Senate Representative

Join date : 2009-10-21
+Light/-Dark : 265
Posts : 10355

Experience Points : 26946
Location : your FACE is a location.
Comments : FIRST!

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by The Exile Thu Mar 08, 2012 9:43 pm

Omfg o.o im just a beginner.
The Exile
The Exile
Senator

Join date : 2011-08-15
+Light/-Dark : 5
Posts : 583

Experience Points : 5899
Location : Probably in this dimension

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Viteaz Fri Mar 09, 2012 7:45 am

Lawl Exile Very Happy
Well, I've been programming on PHP and going to learn HTML and JavaScript. Syntax of PHP is a little similar with C(With functions, opening and closing program). I'm programming on C mixed with C++ but I really want to give up on it cuz I don't really like programming for CRL applications neither for WinApi nor Win32. My head suddenly goes dizzy.
About C# I really don't know much but I know 'tis good for calculations Smile
I guess, Atlas should choose what's better for him.
Viteaz
Viteaz
Senator

Join date : 2011-07-28
+Light/-Dark : 1
Posts : 387

Experience Points : 5576
Location : Russia, St. Petersburg
Comments : I'm a pervert...ye. >=)

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by The Exile Fri Mar 09, 2012 9:28 am

I know only javascript :-(
The Exile
The Exile
Senator

Join date : 2011-08-15
+Light/-Dark : 5
Posts : 583

Experience Points : 5899
Location : Probably in this dimension

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Dray The Fingerless Fri Mar 09, 2012 10:38 am

The Exile wrote:Omfg o.o im just a beginner.

everyone is a beginner.
Dray The Fingerless
Dray The Fingerless
Senate Representative

Join date : 2009-10-21
+Light/-Dark : 265
Posts : 10355

Experience Points : 26946
Location : your FACE is a location.
Comments : FIRST!

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Atlas Fri Mar 09, 2012 10:46 am

Dray The Fingerless wrote:
everyone is a beginner.

So much to learn.

Anyway I'll take up java seeing as many succesful 2D games are written in it.
Atlas
Atlas

Join date : 2011-06-23
+Light/-Dark : -2
Posts : 520

Experience Points : 5571
Comments : This ain't funny -.-

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Viteaz Fri Mar 09, 2012 11:08 am

Good luck bud Smile
Viteaz
Viteaz
Senator

Join date : 2011-07-28
+Light/-Dark : 1
Posts : 387

Experience Points : 5576
Location : Russia, St. Petersburg
Comments : I'm a pervert...ye. >=)

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Atlas Fri Mar 09, 2012 5:11 pm

ty I had no idea u were studying computers!
Atlas
Atlas

Join date : 2011-06-23
+Light/-Dark : -2
Posts : 520

Experience Points : 5571
Comments : This ain't funny -.-

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Viteaz Fri Mar 09, 2012 5:16 pm

Learning at the faculty of information technologies, sir ^^ And we have to know several languages.
Viteaz
Viteaz
Senator

Join date : 2011-07-28
+Light/-Dark : 1
Posts : 387

Experience Points : 5576
Location : Russia, St. Petersburg
Comments : I'm a pervert...ye. >=)

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by The Exile Fri Mar 09, 2012 5:25 pm

Viteaz wrote:Learning at the faculty of information technologies, sir ^^ And we have to know several languages.

Lol, I'm going there too.
The Exile
The Exile
Senator

Join date : 2011-08-15
+Light/-Dark : 5
Posts : 583

Experience Points : 5899
Location : Probably in this dimension

Back to top Go down

Help Coders/Programmers/Etc Empty Re: Help Coders/Programmers/Etc

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum