It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
originally posted by: deadlyhope
So, here's my dilemma, I am pretty good at programming and feel I could really do something with my skill set, my problem is that I have two routes I could take, web development, and gaming development.
Web development would be the secure route. I have friends and family in the field, and could easily move a couple hours from where I am now to SLC Utah area, one of the tech-hubs of the nation. However, I somewhat dislike it. It's not in any way fun, or exciting for me.
Game development... Not really a secure route - Or rather, I know nearly nothing about it, don't know people in it, not sure if I could make a living from creating the games in my head.. BUT.. It's my dream. It's a passion, a hobby, a desire, something I wish I could do and would love to do.
I have no formal education in either field, so web-dev once again wins this route because many employers look for ability - Not to mention I have a foot in the door with so many people I know being in this field already.
Gaming development would be more like.. Find the best job I can unrelated to the field????, and do it on the side and try my best to make something great.
So.. What to do? I realize this post itself may make it seem as if I'm skeptical of the gaming route, but I'm really not - I'm just unsure due to the fact that I know nothing about it. I'd love to go that route, and would love if anyone could give any specific suggestions to head that way.
Other than that, I'd like any suggestions in general - From personal experience would be most preferred, but anything works. Thanks!
-Deadlyhope
originally posted by: chr0naut
a reply to: deadlyhope
Only microcode or machine code is programming.
All the rest are macro languages.
originally posted by: deadlyhope
a reply to: John_Rodger_Cornman
The gaming development route I am considering is Unity. It uses C# and can deploy a game to all platforms.
My area of interest is tower defenses, and incremental games. I'm wanting to create a better Adventure Capitalist one day.
originally posted by: John_Rodger_Cornman
originally posted by: chr0naut
a reply to: deadlyhope
Only microcode or machine code is programming.
All the rest are macro languages.
Have you seen x86 assembly code? You might as well be reading dyslexic Klingon.
There is no fancy compiler or IDE to save you from yourself.
Most people are not skilled enough to optimize better than a modern compiler.
Unless your a hacker or writing device drivers for Nvidia screw that.
originally posted by: John_Rodger_Cornman
a reply to: OfTheVoid46
The only reason why I would learn ASM is to take advantage of SIMD(like neon for mobile or SSE for PC) and maybe write some snippets of code for performance purposes. I doubt I am skilled enough to write something more efficient than a modern compiler. Less of my code = less bugs.
I am no where near educated enough to attempt that feat.