https://github.com/martinpcdev/juego_ahorcado_java
https://github.com/martinpcdev/juego_ahorcado_java
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinpcdev/juego_ahorcado_java
- Owner: MartinpcDev
- Created: 2024-05-01T03:40:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T03:48:14.000Z (about 2 years ago)
- Last Synced: 2025-02-02T13:16:35.276Z (over 1 year ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JUEGO DE AHORCADO EN JAVA
Juego de ahorcado donde se deben colocar LETRAS para ir armando la palabra secreta , con un numero de intentos limitados.
## Herramientas utilizadas
1. Clase Scanner
2. Declaraciones y asignaciones
3. Arreglos
4. Estructuras de control (For y While)
5. Clase String y sus metodos valueOf, charAt y length
6. Clase Character y su metodo toLowerCase()
7. Estructura de control condicional (If)