Crear la clase Principal
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Debe ser del tipo Application y su responsabilidad es crear cada una de las escenas del juego, haciendo la transición entre ellas.
De momento, debe empezar en la Escena de Presentación. Debe mostrarla durante unos segundos y luego hacer la transición a la Escena 1 del juego.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the game's Application entry point and the existing presentation and Scene 1 classes. Implement the Principal class so it creates the scenes, begins with the presentation scene, displays it for the specified short interval, and then transitions to Scene 1; verify the sequence by running the game.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100