![]() |
|
04-19-2015
|
76 |
|
Weaboo
Join Date: May 2014
Location: Hyrule Kingdom
Posts: 393
|
Stellar. Now I just need to learn it ![]() How hard, in your opinion, would it be to make a 2D game using C++? Also, it gives me a few choices under Visual C++: Windows Store, ATL, CLR, General, MFC, Win32, and Windows Phone. What is the difference and which should I use? |
|
04-19-2015
|
77 |
|
🌟Inomi🌟
Join Date: Oct 2012
Posts: 2,496
|
Drink this, It will enhance your coding skills. http://1.bp.blogspot.com/-vOhwMncIwy0/UwsNIbJmnWI/AAAAAAAAIKM/AauPb3JfXX4/s1600/DSC_8062.JPG (Unsupported image host)
|
|
04-19-2015
|
78 |
|
Banned
Join Date: Sep 2012
Posts: 1,059
|
Pretty hard since I've never made a game before. I only ever make work related tools to make my day easier.
|
|
04-19-2015
|
79 |
|
Weaboo
Join Date: May 2014
Location: Hyrule Kingdom
Posts: 393
|
Thanks Asaiki that should help! And thanks for your help hosler! |
|
04-20-2015
|
80 |
|
Weaboo
Join Date: May 2014
Location: Hyrule Kingdom
Posts: 393
|
|
|
04-20-2015
|
81 |
|
The muffin man
Join Date: Sep 2011
Location: Burger Refuge
Posts: 2,262
|
|
|
04-20-2015
|
82 |
|
🌟Inomi🌟
Join Date: Oct 2012
Posts: 2,496
|
My C+ Drink will make you better at coding! I only know Lua scripting it's easier v-v |
|
04-20-2015
|
83 |
|
Banned
Join Date: Sep 2012
Posts: 1,059
|
|
|
04-20-2015
|
84 |
|
Weaboo
Join Date: May 2014
Location: Hyrule Kingdom
Posts: 393
|
Am l33t h4x0r m8 Now to actually learn what made what do what it did. And then make a calculator, then another app with more complex code, and then evolve it as I go. All leading up to a 2D Platformer ;) Just curious but what all coding languages do you people know? |
|
04-20-2015
|
85 | |
|
Banned
Join Date: Jul 2014
Location: Omaha, NE
Posts: 610
|
https://www.libsdl.org/ There are many tutorials online, LazyFoo being my favorite. http://lazyfoo.net/SDL_tutorials/ On lesson1 you can choose your operating system, then compiler, then set everything up, and then they give you tasks including code to test around with. Although it may be better in the long run, if you're determined, to start with console, then calculators, then making a 2D platformer, I would recommend going straight into the above tutorials after you learn the basics of coding. ~This is because if you don't have the dedication and time to learn coding, you will increasingly become bored or un-motivated. However, going into making an actual program you can be proud to call yours is an achievement and encourages activity to continue. Lastly, try to stay away from Visual Basic ![]() ________ I know- Basic Python and HTML. Professional C++ and Java. |
|
|
04-20-2015
|
86 | |
|
Registered User
Join Date: Nov 2012
Posts: 121
|
Learning the principles in PyGame may also be wise, as then you can tell the boilerplate from the meaty stuff when using SDL. I think PyGame is pretty much a wrapper around SDL anyway. |
|
|
04-20-2015
|
87 | ||
|
Weaboo
Join Date: May 2014
Location: Hyrule Kingdom
Posts: 393
|
Do you think the reason I quit my programming degree was due to Visual Basic? I thought it was easy until our last projects.
|
||
|
04-20-2015
|
88 | |
|
Banned
Join Date: Jul 2014
Location: Omaha, NE
Posts: 610
|
If it was purely based around Visual Basic, I believe it'd be more of a "year-long introductory." You may have signed up for the wrong class(es) if that's not what you wanted. Always learn what you want to do first before going into college. Do you want to program any types of software? -Check out Computer Science majors. Do you want to program security and networks? -Check out Computer Assurance Do you want to program games and entertainment? -Check out Computer Science majors with a focus of Game Design. Typically if you sign up for classes, the classes will have an outline before you apply. Make sure to read exactly what the courses will be focused on, and act accordingly. The average person changes their major 3 times during college.. If your class wasn't right for you, go elsewhere and/or try a new, and more relevant to you, class. |
|
|
04-20-2015
|
89 |
|
Banned
Join Date: Sep 2012
Posts: 1,059
|
Or just do computer engineering and have fun with it.
|
|
04-21-2015
|
90 |
|
Banned
Join Date: Jul 2014
Location: Omaha, NE
Posts: 610
|
|