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 ?
Animation game
Collapse
X
-
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
Comment