Hi All,<p>I am a trained mathematics / computer science working professional interested in starting a side project. Ever since I was a kid I was interested in video games and would like to try my hand at game development. I work with code professionally, but I have no experience with graphics or physics engines beyond what I have read on HackerNews, Twitter, research papers / conferences, etc. Beyond a gaming project in undergrad, I have never created a game before (we coded this project in C++ using SDL, following the tutorials on LazyFoo).<p>I am a cerebral person and sometimes need to push myself to 'jump in' to the creative process; I have an art and music background and want to create my own sprites and music, and imagine the android platform is a great place to start developing.<p>Can anyone on Hackernews help me get started? Would anyone be willing to walk me through the basics or direct me to good blogs / resources for getting started? Anyone in my position and want to collaborate?<p>I have some specific questions too. Take your favorite Android game. Anyone know the high-level overview for how it was coded? What packages the development used, developed themselves, etc.<p>Thanks for reading, I look forward to this discussion!<p>Myles
I'm kind of an old-school type, so your other responses may vary. :-) First question is do you have a game in mind, or you just want to "make a game"?<p>Essentially, first you need to work out a direction.<p>If you do have a game in mind then find something to start on, given your maths experience you might want to tackle the game physics/movement/whatever.<p>If you don't have an idea, this again is where your maths might help. Back in the day folks would mess around with the computer, trying to do different animated effects, etc. Those with math would usually go toward animated graphing functions and whatnot, once they get something that's interesting, they mess around on gamifying the hack, making it a playfield, character or goal... and build out a game from that.<p>The third method is well known to artists, start by emulating something you already like and put your spin into it. Got a game you like but have an idea that you could improve upon the concept? then maybe that's the route to start.<p>Once you have the spark of what to do, now you work on making it work (what platform do you want to see it on, go to that platform forum; need 3d support? go to 3d forums; etc). Most of all while doing this is actually writing code and testing out your ideas.<p>Without an idea of what you want, the most folks could help you with is directing you to some type-in game tutorial...
You might check out<p>1. <a href="http://www.digitalscienceacademy.com/dsa/index_general.php" rel="nofollow">http://www.digitalscienceacademy.com/dsa/index_general.php</a> They are offering a game development course.<p>2. Udacity's HTML5 Game Development course - <a href="https://www.udacity.com/course/cs255" rel="nofollow">https://www.udacity.com/course/cs255</a><p>3. The ultimate resource and forum in Game Programming - <a href="http://www.gamedev.net/page/index.html" rel="nofollow">http://www.gamedev.net/page/index.html</a><p>I am in the same shoes like you. And asked the same question to someone. I felt like sharing my findings with you.<p>I am interested in learning game programming but have to make time. Currently I am off to a trip volunteering and would return on 13th June. I am also working on a startup idea.<p>But I know, I will make time for doing something if I really want it.<p>Most of your specific questions are answered on the internet.<p>Shoot me an email if you want to collaborate.
I made a couple of games for android. It was always a dream of mine to just make a game. For 'a game', you don't need much, only eclipse and google sdk - that's all I used. Starting from this place you would find a few tutorials guiding you about how to create and finish Activity, add a game loop, draw an image and process user input - other things are regular programming.<p>Before finding out technologies you may figure out what kind of a game you want to make. Your game may or may not require 3d, so you may or may not want to look at 3d engines. It would be too broad of a search to research all technologies.<p>The basic advice I heard for making first game, is to make sure you finish it, do not set unattainable goals.
check out this link: <a href="http://www.coronalabs.com/products/corona-sdk/" rel="nofollow">http://www.coronalabs.com/products/corona-sdk/</a><p>cross platform check out some of the tutorials.