Help Coders/Programmers/Etc
4 posters
Page 1 of 1
Help Coders/Programmers/Etc
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?
So, anyone here familiarised with a game-programming suited language?
Atlas- Join date : 2011-06-23
+Light/-Dark : -2
Posts : 520
Experience Points : 5780
Comments : This ain't funny -.-
Re: Help Coders/Programmers/Etc
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.
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- Senate Representative
- Join date : 2009-10-21
+Light/-Dark : 265
Posts : 10355
Experience Points : 27155
Location : your FACE is a location.
Comments : FIRST!
Re: Help Coders/Programmers/Etc
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.
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- Join date : 2011-06-23
+Light/-Dark : -2
Posts : 520
Experience Points : 5780
Comments : This ain't funny -.-
Re: Help Coders/Programmers/Etc
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- Senate Representative
- Join date : 2009-10-21
+Light/-Dark : 265
Posts : 10355
Experience Points : 27155
Location : your FACE is a location.
Comments : FIRST!
Re: Help Coders/Programmers/Etc
C isn't easy...
The Exile- Senator
- Join date : 2011-08-15
+Light/-Dark : 5
Posts : 583
Experience Points : 6108
Location : Probably in this dimension
Re: Help Coders/Programmers/Etc
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- Senate Representative
- Join date : 2009-10-21
+Light/-Dark : 265
Posts : 10355
Experience Points : 27155
Location : your FACE is a location.
Comments : FIRST!
The Exile- Senator
- Join date : 2011-08-15
+Light/-Dark : 5
Posts : 583
Experience Points : 6108
Location : Probably in this dimension
Re: Help Coders/Programmers/Etc
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++.
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- Senator
- Join date : 2011-07-28
+Light/-Dark : 1
Posts : 387
Experience Points : 5785
Location : Russia, St. Petersburg
Comments : I'm a pervert...ye. >=)
Re: Help Coders/Programmers/Etc
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- Senate Representative
- Join date : 2009-10-21
+Light/-Dark : 265
Posts : 10355
Experience Points : 27155
Location : your FACE is a location.
Comments : FIRST!
Re: Help Coders/Programmers/Etc
Omfg o.o im just a beginner.
The Exile- Senator
- Join date : 2011-08-15
+Light/-Dark : 5
Posts : 583
Experience Points : 6108
Location : Probably in this dimension
Re: Help Coders/Programmers/Etc
Lawl Exile
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
I guess, Atlas should choose what's better for him.
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
I guess, Atlas should choose what's better for him.
Viteaz- Senator
- Join date : 2011-07-28
+Light/-Dark : 1
Posts : 387
Experience Points : 5785
Location : Russia, St. Petersburg
Comments : I'm a pervert...ye. >=)
Re: Help Coders/Programmers/Etc
I know only javascript :-(
The Exile- Senator
- Join date : 2011-08-15
+Light/-Dark : 5
Posts : 583
Experience Points : 6108
Location : Probably in this dimension
Re: Help Coders/Programmers/Etc
The Exile wrote:Omfg o.o im just a beginner.
everyone is a beginner.
Dray The Fingerless- Senate Representative
- Join date : 2009-10-21
+Light/-Dark : 265
Posts : 10355
Experience Points : 27155
Location : your FACE is a location.
Comments : FIRST!
Re: Help Coders/Programmers/Etc
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- Join date : 2011-06-23
+Light/-Dark : -2
Posts : 520
Experience Points : 5780
Comments : This ain't funny -.-
Re: Help Coders/Programmers/Etc
Good luck bud
Viteaz- Senator
- Join date : 2011-07-28
+Light/-Dark : 1
Posts : 387
Experience Points : 5785
Location : Russia, St. Petersburg
Comments : I'm a pervert...ye. >=)
Re: Help Coders/Programmers/Etc
ty I had no idea u were studying computers!
Atlas- Join date : 2011-06-23
+Light/-Dark : -2
Posts : 520
Experience Points : 5780
Comments : This ain't funny -.-
Re: Help Coders/Programmers/Etc
Learning at the faculty of information technologies, sir ^^ And we have to know several languages.
Viteaz- Senator
- Join date : 2011-07-28
+Light/-Dark : 1
Posts : 387
Experience Points : 5785
Location : Russia, St. Petersburg
Comments : I'm a pervert...ye. >=)
Re: Help Coders/Programmers/Etc
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- Senator
- Join date : 2011-08-15
+Light/-Dark : 5
Posts : 583
Experience Points : 6108
Location : Probably in this dimension
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum