Home Forums General Discussion What can I do in the space of a year?

Viewing 17 reply threads
  • Author
    Posts
    • #8211
      Anonymous
      Inactive

      I applied to colleges this year like countless other students, but alas, I didn’t quite make the cut.

      I’m going to do game development, but now I have a year between applying again and I want to get a start. I know its not an easy road, god knows there aren’t many roads that are easy, but I’ll be damned if I change routes now.

      So is there any advice out there, where should I start? any advice or guidance would be great.

    • #47385
      Anonymous
      Inactive

      Are you looking to be a programmer / designer / artist?

      If you’re going to be a programmer, and you’ve never written any code before, get started with that right away.

      C++ is the predominant language so pick yourself up a book that covers it from a beginner’s perspective – "C++ For Dummies" is a good start, I’ve used a few of their .NET books and found them great.

      http://www.dummies.com/store/product/Beginning-Programming-with-C-For-Dummies.productCd-0470617977.html

      Work your way through whatever book you decide to go for – do the exercises at the end of the chapters, read any suggested reading, etc. You won’t be making an MMORPGRTSFPS or anything but you’ll learn a lot by making a number guessing game, two player and 1 player vs the computer game of tic-tac-toe. These are not glamorous and may seem like baby steps but there’s an element of grind involved just like learning anything new.

      Another thing to consider is what you like about writing code for games – do you like the idea of writing the code that renders everything on the screen, maybe the AI, or physics etc? That can help guide your learning a lot too.

      Forums like GameDev.net will have lots of advice for beginning game programmers on what they should do next.

      Also, if you can get your hands on the reading lists or even lecture notes for any courses you’re thinking of applying to then work off those – they may change from year to year but not significantly.

    • #47386
      Anonymous
      Inactive

      Thanks alot, I’ll get started with that right away.
      I never expected to be instantly able to make huge winner titles. The extent of my skills is using unity, just playing with it basically.

      Thanks again.

    • #47387
      Anonymous
      Inactive

      Hi Sean,

      I would recommend making a game for what ever phone you have. A year is enough time to learn Unity3D, Flash, Cocos2D, Game Maker or Game Salad to a reasonably high level.

      This will give you much more instant gratification than delving in to C++. I guess the two approaches could be summed up as deep or broad.

      Spending a year on C++ will give you a deeper but narrower experience and knowledge base. Spending a year with one of the technologies I have mentioned will give you a chance to gain a broad but shallower experience of programming, level design, sound design, game design, art design and more. This could be useful is figuring out what aspect of games you want to get in to.

      You could aim to release the relevant at the end of the year.

    • #47390
      Anonymous
      Inactive

      Unity <3

    • #47391
      Anonymous
      Inactive

      Hi Sean,

      I would recommend making a game for what ever phone you have. A year is enough time to learn Unity3D, Flash, Cocos2D, Game Maker or Game Salad to a reasonably high level.

      This will give you much more instant gratification than delving in to C++. I guess the two approaches could be summed up as deep or broad.

      Spending a year on C++ will give you a deeper but narrower experience and knowledge base. Spending a year with one of the technologies I have mentioned will give you a chance to gain a broad but shallower experience of programming, level design, sound design, game design, art design and more. This could be useful is figuring out what aspect of games you want to get in to.

      You could aim to release the relevant at the end of the year.[/quote:77d1b350f5]

      Yeah, using Unity, Flash etc is a better way to get more game development experience.

      I’ll add Stencyl to the list http://www.stencyl.com/ too.

    • #47393
      Anonymous
      Inactive

      Hey guys thanks for all the advice and links. I’m definably going to try making a few smaller things before I get into the more complex.

      I’m going to make a 2D side-scroller, something a little fast paced but simple. Made a little leeway with unity but got stuck with 2D sprites in a 3D environment.

      moral of the story, its looking not half bad, minus the little fecked up animation I have in for running.

      that stencyl program reminds me of when I used to make mods for the pokemon Gameboy games.

    • #47394
      Anonymous
      Inactive

      Hi Sean,

      If you’re looking to brush up on Unity etc I have a 12 week evening class starting next Wednesday which focuses on game design with Unity, 3DS max & Photoshop. It results in a FETAC Level 5 Minor Award in Games Analysis & Design. All the details are in my signature links. I get the impression from your posts that it would suit you, and there are still some free places if you’re interested.

      Richard

      P.S we also spend some time working with Stencyl

    • #47395
      Anonymous
      Inactive

      Stencil would be a great place to start for a 2D sidescroller.

      Another good option would be learning FlashPunk. It takes alot of the pain out of Flash Game Development.

    • #47396
      Anonymous
      Inactive

      Stencil would be a great place to start for a 2D sidescroller.

      Another good option would be learning FlashPunk. It takes alot of the pain out of Flash Game Development.[/quote:29aa2dfd75]

      I agree, stencyl is a great choice for a 2D scroller, I’m glad to be using it now.

      Hi Sean,

      If you’re looking to brush up on Unity etc I have a 12 week evening class starting next Wednesday which focuses on game design with Unity, 3DS max & Photoshop. It results in a FETAC Level 5 Minor Award in Games Analysis & Design. All the details are in my signature links. I get the impression from your posts that it would suit you, and there are still some free places if you’re interested.

      Richard

      P.S we also spend some time working with Stencyl[/quote:29aa2dfd75]

      Yeah, I had seen those classes and would’ve went , the only problem being that I live in Northwest Donegal. They do seem to be a great place to start though.

    • #47397
      Anonymous
      Inactive

      Ah. Right. That does pose a slight problem doesn’t it. Shame though.

    • #47400
      Anonymous
      Inactive

      I’m trying to do as much of the things by myself as I can, that way I can learn from it as I make it. win win situation.

    • #47401
      Anonymous
      Inactive

      I’m trying to do as much of the things by myself as I can, that way I can learn from it as I make it. win win situation.[/quote:ce4171e2a6]

      Don’t forget to post about your progress. Best of luck with your first game!

    • #47403
      Anonymous
      Inactive

      Oh, I never knew about Stencyl, cheers. Unity first for me though, lots to learn…

    • #47412
      Anonymous
      Inactive

      Oh, I never knew about Stencyl, cheers. Unity first for me though, lots to learn…[/quote:bedfcc07fc]

      Yeah unity is pretty powerful, I intend to get into it once I learn enough programming.

    • #47586
      Anonymous
      Inactive

      I would spend my time learning basic programming to more advance level when ready. Then practice what you have learned.

    • #47591
      Anonymous
      Inactive

      Thanks alot, I’ll get started with that right away.
      I never expected to be instantly able to make huge winner titles. The extent of my skills is using unity, just playing with it basically.

      Thanks again.[/quote:ecb0733136]

      But again, what is your desired field? Art or programming?

    • #47654
      Anonymous
      Inactive

      Thanks alot, I’ll get started with that right away.
      I never expected to be instantly able to make huge winner titles. The extent of my skills is using unity, just playing with it basically.

      Thanks again.[/quote:08e0be3d90]

      But again, what is your desired field? Art or programming?[/quote:08e0be3d90]

      well I have to admit that I don’t have the….patience for programming, although I am giving it a fair try. I do rather enjoy level design, I’ve made a map or two for Source prior to this. I’m quite happy with the 14 thousand downloads one of them received, and the 4 thousand the other has :D

      I do have a fair few ideas for games, which is really what I’m learning for. I don’t believe in asking someone else to make my ideas a reality, I think if you want it done bad enough you really have to get out there and put in the effort, know what I mean?

      *Sorry I didn’t reply right away, Skyrim.*

Viewing 17 reply threads
  • The forum ‘General Discussion’ is closed to new topics and replies.