An open API service indexing awesome lists of open source software.

https://github.com/martinpcdev/juego_ahorcado_java


https://github.com/martinpcdev/juego_ahorcado_java

Last synced: about 1 year ago
JSON representation

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)