Animation game

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Norgy
    New Member
    • May 2013
    • 56

    Animation game

    i have made a text base game with my friends and i would like to convert it to an Animation game , what do i need to make such conversion ?
  • Exequiel
    Contributor
    • Jul 2012
    • 288

    #2
    you need to learn the basic animation in java. . . search for it,. I recommend flash for easy coding for game development. its easy to used. . . :)

    Comment

    • Nepomuk
      Recognized Expert Specialist
      • Aug 2007
      • 3111

      #3
      Basically what you need to do is create some kind of graphical interface. If your architecture is good, the input/output of your game is separate from the game mechanics. In this case you can create a graphical user interface and plug it into your backend.
      For creating a backend there are many different methods; Swing is one way to go, using Flash may be another. And I'm sure there are many, many more.

      Comment

      Working...