Question:

How to make a 2d game ?

by  |  earlier

0 LIKES UnLike

Well my question is where do i start ?

I know c++ at a medium level , also know other languages as actionscript and java as well so if i need something new i can learn it . I have a descent skill at photoshop too so that wont be a problem . Ive been searching the net on a tutorial from which i can get started from .

Any help will do thank you

 Tags:

   Report

4 ANSWERS


  1. these r some 1 game books some ppl found kool

    http://books.google.ca/books?id=0HITAAAA...

    Plz check google's books as there r so cute books( i am not advertising : :)


  2. I'd suggest taking a look at http://www.gamedev.net/ and reading through the forms.

    2D Games used Sprite's for rendering dynamic content, and often a simple picture as the background.

    There are some Game development SDK's you may want to look into as well.  

    http://www.ogre3d.org/ is a 3D game engine

    or a list of 2D Game Engines you may want to start with.

    http://gpwiki.org/index.php/Game_Engines

    Almost all of the engines will have example source code to play with.

  3. If you know Actionscript, then that's probably where you should start, since it's so simple to get started. Then if you want to move on to more complex games, you'll have the video game basics down pat.

    I recommend you check out Lynda.com they have several ActionScript video tutorials, including video game development. They are all video tutorials that are created by experts. I've learned ActionScript (as well as other things) from that site, and I am completely satisfied. Then I recommend buying "ActionScript 3.0 Game Programming University" by Gary Rosenzweig.

    With those 2 resources I've created several video games, including one very complex platform game.

  4. Since you already know some c++ look into SDL or Allegro both very good game libraries you can use for making 2D games.

    LazyFoo's tutorials for SDL http://lazyfoo.net/SDL_tutorials/index.p... should get you started. For allegro look into http://www.allegro.cc/

    Also look at this page http://www.gamedev.net/community/forums/...

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions