guia para crear un juego en java

6
Direccione en Internet: http://aprendiendo-  javafx.blogspot.com/2009/03/como-crear-juegos-para-movil- con.html Using Game Builder for Java ME development This tutorial provides information about developing Java ME games using the Netbeans Mobility Pack 6.0 and the Game Builder tool. The key task in this tutorial is creating a new game level. This document is designed to get you going as quickly as possible. For more information on working with NetBeans IDE, see the Support and Docs page on the  NetBeans website. Prerequisites This tutorial assumes you have knowledge of, or programming experience with, the following technologies.  MIDP 2.0 / CLDC  Netbeans IDE Software Needed for the Tutorial  JDK   Latest release of  Netbeans 6 with Mobility Pack Open the sample Game Builder project To create new project from samples select: Samples -> Mobile -> MIDP 2.0 Samples -> Simple Game created with Game Builder Open the game design and browse through it's elements. A game design can contain a number of Scenes, Sprites, and Tiled Layers. The c urrent game design contains a single scene called “forest” which is constructed from 6 layers (2 sprites and 4 tiled layers). Conceptually a scene can be thought of as a game level in our sample game.

Upload: carlos-huanca

Post on 07-Apr-2018

242 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Guia Para Crear Un Juego en Java

8/3/2019 Guia Para Crear Un Juego en Java

http://slidepdf.com/reader/full/guia-para-crear-un-juego-en-java 1/6

Page 2: Guia Para Crear Un Juego en Java

8/3/2019 Guia Para Crear Un Juego en Java

http://slidepdf.com/reader/full/guia-para-crear-un-juego-en-java 2/6

Page 3: Guia Para Crear Un Juego en Java

8/3/2019 Guia Para Crear Un Juego en Java

http://slidepdf.com/reader/full/guia-para-crear-un-juego-en-java 3/6

Page 4: Guia Para Crear Un Juego en Java

8/3/2019 Guia Para Crear Un Juego en Java

http://slidepdf.com/reader/full/guia-para-crear-un-juego-en-java 4/6

Page 5: Guia Para Crear Un Juego en Java

8/3/2019 Guia Para Crear Un Juego en Java

http://slidepdf.com/reader/full/guia-para-crear-un-juego-en-java 5/6