![]() |
If I wanted to start programming where do I start? - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Frictional Games (https://www.frictionalgames.com/forum/forum-3.html) +--- Forum: Off-Topic (https://www.frictionalgames.com/forum/forum-16.html) +--- Thread: If I wanted to start programming where do I start? (/thread-12571.html) |
If I wanted to start programming where do I start? - darkely - 01-13-2012 I want to make games where do I start? how do engines work? what programming languages do I need to learn? RE: If I wanted to start programming where do I start? - Tanshaydar - 01-13-2012 You could start with opening topics in right places ![]() Probably you should start with modding to see what it's like, then move on to more advanced projects. We've seen people without experience starting projects and those projects did die. RE: If I wanted to start programming where do I start? - Khyrpa - 01-13-2012 I once stumbled upon this, might be useful. https://sites.google.com/site/vidyadevresources/ RE: If I wanted to start programming where do I start? - Elven - 01-13-2012 (01-13-2012, 07:59 AM)Tanshaydar Wrote: You could start with opening topics in right places^ This... I am studying PHP atm and I can say that because of amnesia modding (Even tho I still haven't released any CS ![]() ![]() RE: If I wanted to start programming where do I start? - darkely - 01-13-2012 (01-13-2012, 07:59 AM)Tanshaydar Wrote: You could start with opening topics in right placesI had a after thought about that sorry x( RE: If I wanted to start programming where do I start? - Tanshaydar - 01-13-2012 Hey, no problem pal. On topic, next thing I could recommend is to implement some 2D games to have a basic grasp on game programming logic. Writing a gameloop will change for your life ![]() RE: If I wanted to start programming where do I start? - darkely - 01-13-2012 I think I will try and look into that - I looked up gameloop and it seems like it will be interesting to try ![]() ![]() ![]() ![]() @Elven like simple mods such as replacing objects with my own custom ones and things like that? RE: If I wanted to start programming where do I start? - Wooderson - 01-15-2012 I'm not a programmer by any stretch of the imagination but a lot of people learn basic coding using Javascript. You can find some decent guides on learning it too. HTML is another which usually comes first from what i've read upon. OR even taking a college course for it (if you're old enough). Once I get my C grade in maths i'll be doing Computing which is a course that has A LOT of programming involved. Not sure about similar courses that you'd be able to find would be the same but on the one I found they don't expect you to have ANY EXPERIENCE at all. |