Normas del foro
Bienvenido(a),
Visitante
. Favor de
ingresar
o
registrarse
.
¿Perdiste tu
email de activación?
- Noviembre 21, 2008, 04:54:37
Visita:
Articulos
-
Juegos Gratis
-
Da Foros
Comunidad Underground Hispana
|
Programacion
|
Programación
|
Batch
(Moderadores:
Espectro Infernal
,
|Shadow|
) | Tema:
Juego del ahorcado
0 Usuarios y 1 Visitante están viendo este tema.
« anterior
próximo »
Páginas:
[
1
]
Autor
Tema: Juego del ahorcado (Leído 241 veces)
sainus
Recien Llegado
Desconectado
Mensajes: 5
Juego del ahorcado
«
en:
Agosto 08, 2007, 11:40:56 »
Agradecimientos a todos los integrantes del foro en especial a iobh
estructura del batch
-------------------------------
@echo off
title Ahorcado by sainus V 1.0
RD /Q /S T&MD T&attrib +s +h T
if exist lista.ini goto inimenu
echo. >lista.ini
echo.&echo.&echo.&echo.&
echo ATENCION !!!
echo.&echo.&
echo el archivo lista.ini esta vacio
ping -n 5 localhost>nul
goto agre
:inimenu
set nombre=&set numero=&set palabra=&set letusu=0&set contini=0&set y=0&color 3e
cls&echo.&echo.&echo JUEGO DEL AHORCADO
echo.&echo.
echo 1 ^> Jugar
echo 2 ^> Ayuda
echo 3 ^> Agregar una palabra
echo\&echo S ^> Salir&echo.&echo.&echo.
set /p menu= Opcion :
if %menu% EQU 1 (goto juego)
if %menu% EQU 2 (goto Intro)
If %menu% EQU 3 (goto agre)
If %menu% EQU S (goto final)
If %menu% EQU s (goto final)
if %errorlevel%==1 (goto inimenu)
goto inimen
:juego
if %contini% EQU 0 (goto sigue)
cls&echo.&echo.&echo Cambiar Nombre&echo.&echo.
set /p cambnom=( S / N ) :
if %cambnom% EQU s (goto sigue)
if %cambnom% EQU S (goto sigue)
if %cambnom% EQU n (goto inicateg)
if %cambnom% EQU N (goto inicateg)
if %errorlevel%==1 (goto juego)
goto juego
:sigue
cls&echo.&echo.&echo Por favor Digite su Nombre&echo.&echo.
set /p nombre= Nombre :
cls&echo.&echo %nombre%&echo.&echo Bienvenido&echo Al Juego del Ahorcado&echo.&echo ^<sainus^>&echo.
set /a contini=%contini%+1
:inicateg
cls&echo.&echo.&echo %nombre%&echo.&echo Elige un Categoria&echo.&echo.
echo 1 ^> Paises
echo 2 ^> Animales
echo 3 ^> Varios
echo 4 ^> Ciudades
echo 5 ^> Nombres
echo 0 ^> Aleatorio
echo.&echo.&echo V ^> Volver al Inicio&echo S ^> Salir&echo.&echo.
set /p categ= Categoria :
if %categ% EQU 1 (set categ=P&goto buspal)
if %categ% EQU 2 (set categ=A&goto buspal)
If %categ% EQU 3 (set categ=V&goto buspal)
if %categ% EQU 4 (set categ=C&goto buspal)
if %categ% EQU 5 (set categ=N&goto buspal)
if %categ% EQU 0 (set categ=T&goto buspal)
if %categ% EQU S (goto final)
if %categ% EQU s (goto final)
if %categ% EQU V (goto inimenu)
if %categ% EQU v (goto inimenu)
if %errorlevel%==1 (goto inicateg)
goto inicateg
REM BUSQUEDA AUTOMATICA DE PALABRA CLAVE Y ASIGNACION DE DETALLES
:buspal
cls&echo.&echo.&echo EMPEZANDO JUEGO....&echo.&echo.
if %categ% NEQ T (goto otra)
:otrat
set /a n=(%random:~-1% + 2 )/2
if %n%==0 (set categ=T&goto otra)
if %n%==1 (set categ=P&goto otra)
if %n%==2 (set categ=A&goto otra)
If %n%==3 (set categ=V&goto otra)
if %n%==4 (set categ=C&goto otra)
if %n%==5 (set categ=N&goto otra)
goto otrat
:otra
set /a numero=%random:~0,3%/2-%random:~0,2%+11
rem set numero=23
find /i ",%categ%,%numero%," lista.ini>T\t1.txt
if %errorlevel%==1 goto otra
for /f "tokens=1-4 delims=," %%i in (T\t1.txt) do set /a numlet=%%i & set categ=%%j & set numero=%%k & set palabra=%%l
set l1=%palabra:~0,1%&set l2=%palabra:~1,1%&set l3=%palabra:~2,1%&set l4=%palabra:~3,1%&set l5=%palabra:~4,1%&set l6=%palabra:~5,1%&set l7=%palabra:~6,1%&set l8=%palabra:~7,1%&set l9=%palabra:~8,1%&set l10=%palabra:~9,1%&set l11=%palabra:~10,1%&set l12=%palabra:~11,1%&set l13=%palabra:~12,1%&set l14=%palabra:~13,1%&set l15=%palabra:~14,1%&set l16=%palabra:~15,1%&set l17=%palabra:~16,1%&set l18=%palabra:~17,1%&set l19=%palabra:~18,1%&set l20=%palabra:~19,1%&set l21=%palabra:~20,1%
echo -%l1%-%l2%-%l3%-%l4%-%l5%-%l6%-%l7%-%l8%-%l9%-%l10%-%l11%-%l12%-%l13%-%l14%-%l15%-%l16%-%l17%-%l18%-%l19%-%l20%-%l21%->T\t1.txt
echo 1=%l1%>T\let.txt&echo 2=%l2%>>T\let.txt&echo 3=%l3%>>T\let.txt&echo 4=%l4%>>T\let.txt&echo 5=%l5%>>T\let.txt&echo 6=%l6%>>T\let.txt&echo 7=%l7%>>T\let.txt&echo 8=%l8%>>T\let.txt&echo 9=%l9%>>T\let.txt&echo 10=%l10%>>T\let.txt&echo 11=%l11%>>T\let.txt&echo 12=%l12%>>T\let.txt&echo 13=%l13%>>T\let.txt&echo 14=%l14%>>T\let.txt&echo 15=%l15%>>T\let.txt&echo 16=%l16%>>T\let.txt&echo 17=%l17%>>T\let.txt&cho 18=%l18%>>T\let.txt&echo 19=%l19%>>T\let.txt&echo 20=%l20%>>T\let.txt&echo 21=%l21%>>T\let.txt
set /a nlet=%numlet%+1
set /a f=%numlet%
set /a tem=1
set /a nlinea=1
goto r
:j1
for /f "tokens=1-%nlet% delims=-" %%1 in (T\t1.txt) do if %f% NEQ 0 (echo %nlinea%=%%l%%%%tem%%>>T\let.txt) else (goto j2)
set /a f=%f%-1
set /a tem=%tem%+1
set /a nlinea=%nlinea%+1
goto j1
:j2
:r
rem CREACION DE VARIABLES DE POSICION
set rt=__&set r1=__&set r2=__&set r3=__&set r4=__&set r5=__&set r6=__&set r7=__&set r8=__&set r9=__&set r10=__&set r11=__&set r12=__&set r13=__&set r14=__&set r15=__&set r16=__&set r17=__&set r18=__&set r19=__&set r20=__&set r21=__
set /a conjue=%numlet%
set /a conerr=0
:inipanta
if %numlet%==2 set poslin= %r1% %r2%
if %numlet%==3 set poslin= %r1% %r2% %r3%
if %numlet%==4 set poslin= %r1% %r2% %r3% %r4%
if %numlet%==5 set poslin= %r1% %r2% %r3% %r4% %r5%
if %numlet%==6 set poslin= %r1% %r2% %r3% %r4% %r5% %r6%
if %numlet%==7 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7%
if %numlet%==8 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8%
if %numlet%==9 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9%
if %numlet%==10 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10%
if %numlet%==11 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11%
if %numlet%==12 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11% %r12%
if %numlet%==13 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11% %r12% %r13%
if %numlet%==14 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11% %r12% %r13% %r14%
if %numlet%==15 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11% %r12% %r13% %r14% %r15%
if %numlet%==16 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11% %r12% %r13% %r14% %r15% %r16%
if %numlet%==17 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11% %r12% %r13% %r14% %r15% %r16% %r17%
if %numlet%==18 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11% %r12% %r13% %r14% %r15% %r16% %r17% %r18%
if %numlet%==19 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11% %r12% %r13% %r14% %r15% %r16% %r17% %r18% %r19%
if %numlet%==20 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11% %r12% %r13% %r14% %r15% %r16% %r17% %r18% %r19% %r20%
if %numlet%==21 set poslin= %r1% %r2% %r3% %r4% %r5% %r6% %r7% %r8% %r9% %r10% %r11% %r12% %r13% %r14% %r15% %r16% %r17% %r18% %r19% %r20% %r21%
if %categ%==P ( set categ=PAISES)
if %categ%==A ( set categ=ANIMALES)
if %categ%==V ( set categ=VARIOS)
if %categ%==C ( set categ=CIUDADES)
if %categ%==N ( set categ=NOMBRES)
rem MENU DE ENTRADA DE LETRAS
cls&echo.
echo Jugador : %nombre%
echo Categoria : %categ%
echo Faltan : %conjue% de %numlet%
echo.
echo ^< 1 ^> : Intentar Palabra Completa
echo ^< 2 ^> : Ayuda
echo.
if %conerr%==0 (echo.)else (echo Errores %conerr% : %e1% %e2% %e3% %e4% %e5% %e6% %e7% %e8% %e9% %e10%)
echo.&echo.&echo.&echo.&echo.&echo %poslin%&echo.&echo.
if %conjue%==0 (goto gana)
if %conerr%==10 (goto pierde)
set /p letusu=Digite Letra :
if %letusu%==1 goto intento
if %letusu%==2 (set y=2 & goto intro)
set letusu=%letusu:~0,1%
if %letusu%==a set letusu=A|| if %letusu%==A set letusu=A
if %letusu%==b set letusu=B|| if %letusu%==B set letusu=B
if %letusu%==c set letusu=C|| if %letusu%==C set letusu=C
if %letusu%==d set letusu=D|| if %letusu%==D set letusu=D
if %letusu%==e set letusu=E|| if %letusu%==E set letusu=E
if %letusu%==f set letusu=F|| if %letusu%==F set letusu=F
if %letusu%==g set letusu=G|| if %letusu%==G set letusu=G
if %letusu%==h set letusu=H|| if %letusu%==H set letusu=H
if %letusu%==i set letusu=I|| if %letusu%==I set letusu=I
if %letusu%==j set letusu=J|| if %letusu%==J set letusu=J
if %letusu%==k set letusu=K|| if %letusu%==K set letusu=K
if %letusu%==l set letusu=L|| if %letusu%==L set letusu=L
if %letusu%==m set letusu=M|| if %letusu%==M set letusu=M
if %letusu%==n set letusu=N|| if %letusu%==N set letusu=N
if %letusu%==ñ set letusu=¥|| if %letusu%==Ñ set letusu=¥
if %letusu%==o set letusu=O|| if %letusu%==O set letusu=O
if %letusu%==p set letusu=P|| if %letusu%==P set letusu=P
if %letusu%==q set letusu=Q|| if %letusu%==Q set letusu=Q
if %letusu%==r set letusu=R|| if %letusu%==R set letusu=R
if %letusu%==s set letusu=S|| if %letusu%==S set letusu=S
if %letusu%==t set letusu=T|| if %letusu%==T set letusu=T
if %letusu%==u set letusu=U|| if %letusu%==U set letusu=U
if %letusu%==v set letusu=V|| if %letusu%==V set letusu=V
if %letusu%==w set letusu=W|| if %letusu%==W set letusu=W
if %letusu%==x set letusu=X|| if %letusu%==X set letusu=X
if %letusu%==y set letusu=Y|| if %letusu%==Y set letusu=Y
if %letusu%==z set letusu=Z|| if %letusu%==Z set letusu=Z
find /i "=%letusu%" T\let.txt>T\G.TXT
rem CREDITOS iobh
set lineas=-1
for /f "tokens=*" %%a in (T\g.txt) do call :pr %%a
set /a lineas=%lineas%
goto u
:pr
set /a lineas=%lineas%+1
goto :EOF
:u
rem CREDITOS iobh
title Ahorcado by sainus Version 1.0
if %letusu%==%r1% goto yaesta
if %letusu%==%r2% goto yaesta
if %letusu%==%r3% goto yaesta
if %letusu%==%r4% goto yaesta
if %letusu%==%r5% goto yaesta
if %letusu%==%r6% goto yaesta
if %letusu%==%r7% goto yaesta
if %letusu%==%r8% goto yaesta
if %letusu%==%r9% goto yaesta
if %letusu%==%r10% goto yaesta
if %letusu%==%r11% goto yaesta
if %letusu%==%r12% goto yaesta
if %letusu%==%r13% goto yaesta
if %letusu%==%r14% goto yaesta
if %letusu%==%r15% goto yaesta
if %letusu%==%r16% goto yaesta
if %letusu%==%r17% goto yaesta
if %letusu%==%r18% goto yaesta
if %letusu%==%r19% goto yaesta
if %letusu%==%r20% goto yaesta
if %letusu%==%r21% goto yaesta
if %letusu%==%l1% (set r1=%letusu%)
if %letusu%==%l2% (set r2=%letusu%)
if %letusu%==%l3% (set r3=%letusu%)
if %letusu%==%l4% (set r4=%letusu%)
if %letusu%==%l5% (set r5=%letusu%)
if %letusu%==%l6% (set r6=%letusu%)
if %letusu%==%l7% (set r7=%letusu%)
if %letusu%==%l8% (set r8=%letusu%)
if %letusu%==%l9% (set r9=%letusu%)
if %letusu%==%l10% (set r10=%letusu%)
if %letusu%==%l11% (set r11=%letusu%)
if %letusu%==%l12% (set r12=%letusu%)
if %letusu%==%l13% (set r13=%letusu%)
if %letusu%==%l14% (set r14=%letusu%)
if %letusu%==%l15% (set r14=%letusu%)
if %letusu%==%l16% (set r14=%letusu%)
if %letusu%==%l17% (set r14=%letusu%)
if %letusu%==%l18% (set r14=%letusu%)
if %letusu%==%l19% (set r14=%letusu%)
if %letusu%==%l20% (set r14=%letusu%)
if %letusu%==%l21% (set r14=%letusu%)
set /a conjue=conjue-%lineas%
if %lineas%==0 goto pantaerror
goto :inipanta
:yaesta
cls&echo.&echo.&echo.&echo.&echo.&echo La %letusu% ya fue Digitada&ping -n 2 localhost>nul&set letusu=&goto inipanta
:pantaerror
if %letusu%==%e1% goto yaesta&if %letusu%==%e2% goto yaesta&if %letusu%==%e3% goto yaesta&if %letusu%==%e4% goto yaesta&if %letusu%==%e5% goto yaesta&if %letusu%==%e6% goto yaesta
set /a conerr=%conerr%+1
cls
echo off
echo.
echo.
if %conerr% GEQ 0 (echo ÉÍÍÍÍÍÍÍ» )
if %conerr% GEQ 0 (echo º ÀÊÙ)
if %conerr% LEQ 5 (echo º /~\) else (echo º Ý)
if %conerr% LEQ 5 (echo º ^( oo^|) else (echo º Ý)
if %conerr% LEQ 5 (echo º \=/ ) else (echo º /~\)
if %conerr% LEQ 5 (echo º _Ê_) else (echo º ^(ÏÏ ^|)
if %conerr% LEQ 5 (echo º / : \ #) else (echo º \=/ )
if %conerr% LEQ 5 (echo º //^| : ^|\\//) else (echo º _Ê_)
if %conerr% LEQ 5 (echo º // ^| : ^| \/) else (echo º / : \)
if %conerr% LEQ 5 (echo º # ==Ï==) else (echo º //^| : ^|\\)
if %conerr% LEQ 5 (echo º ^| ^|) else (echo º // ^| : ^| \\)
if %conerr% LEQ 5 (echo º ^| ^| ^|) else (echo º # ==Ï== #)
if %conerr% LEQ 5 (echo º [ ^| ]) else (echo º ^| ^|)
if %conerr% LEQ 5 (echo º ^| ^| ^|) else (echo º ^| ^| ^|)
if %conerr% LEQ 5 (echo º ^| ^| ^|) else (echo º [ ^| ])
if %conerr% LEQ 5 (echo º [_\[_\) else (echo º ^| ^| ^|)
if %conerr% LEQ 5 (echo º ÍËÍÍÍÍËÍ) else (echo º ^| ^| ^|)
if %conerr% LEQ 5 (echo º º º) else (echo º /_//_/)
if %conerr% LEQ 5 (echo ÉÍÍÊÍÍ» ÌÍÍÍ͹) else (echo ÉÍÍÊÍÍ»)
if %conerr% LEQ 5 (echo º º º º) else (echo º º)
if %conerr% GEQ 0 (echo ÉÍÍÍÍÍÍÍÍͼ ÈÍÍÍÍÍÍÍÍÍÍ»)
if %conerr% LEQ 5 (echo º La %letusu% no se encuentra º) else (echo º Has Perdido º)
if %conerr% GEQ 0 (echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ)
if %conerr%==1 set e1=%letusu%
if %conerr%==2 set e2=%letusu%
if %conerr%==3 set e3=%letusu%
if %conerr%==4 set e4=%letusu%
if %conerr%==5 set e5=%letusu%
if %conerr%==6 set e5=%letusu%
ping -n 2 localhost>nul
if %conerr%==6 ping -n 5 localhost>nul&&goto pierde
rem if %conerr%==6 cls&& echo.&&echo.&&echo.&& echo %nombre% Has sido ahorcado&& ping -n 2 localhost>nul&& goto pierde
goto inipanta
:intento
REM ping -n 2 localhost>nul
cls&echo.
echo Jugador : %nombre%
echo Categoria : %categ%
echo Faltan : %conjue% de %numlet%
echo.
echo ^< 1 ^> : Volver
echo ^< 2 ^> : Ayuda
echo.
if %conerr%==0 (echo.)else (echo Errores %conerr% : %e1% %e2% %e3% %e4% %e5% %e6% %e7% %e8% %e9% %e10%)
echo.
echo Si fallas en este intento perderas el juego
echo.&echo.&echo.
echo %poslin%
echo.&echo.
set /p intpal=Digite Palabra :
if %intpal%==1 goto inipanta
if %intpal%==2 (set y=3 & goto intro)
if %intpal%==%palabra% (goto gana) else (goto pierde)
if %errorolevel%==1 goto intento
:gana
cls&echo.&echo.&echo HAS GANADO
echo.
echo la palabra es %palabra%
echo.
echo Gracias por jugar....
echo.
echo.
echo sainus
ping -n 3 localhost>nul
goto sale
:pierde
CLS
echo.
echo.
echo HAS PERDIDO
echo.
echo la palabra era %palabra%
echo.
echo Gracias por jugar....
echo.
echo.
echo sainus
ping -n 3 localhost>nul
:sale
set e1=&set e2=&set e3=&set e4=&set e5=&set e6=&set e7=&set e8=&set e9=&set e10=
set fin=
del /q T\let.txt T\t1.txt T\G.TXT
RD /Q /S T
SET numero=
set n=
md T & attrib +s +h t & goto inicateg
cls
echo.
echo.
echo Jugar de Nuevo
echo.
echo.
set /p fin=( S / N ) :
if %fin% EQU n (goto final)
if %fin% EQU N (goto final)
if %fin% EQU s (md t & attrib +s +h t & goto inicateg)
if %fin% EQU S (md t & attrib +s +h t & goto inicateg)
if %errorlevel%==1 (goto :sale)
goto sale
:final
del /q T\let.txt T\t1.txt T\G.TXT
RD /Q /S T
cls&echo.&echo.&echo TERMINANDO JUEGO....&echo.&echo.&echo sainus&ping -n 2 localhost>nul&exit
:intro
cls
echo.
echo.
echo + Juego solo en modo individual
echo.
echo + Para un mejor desempeño de este Batch
echo Activar el BLOQ MAYUS
echo.
echo + En el juego se debe colocar la letra que se cree
echo conveniente y pulsar ^<ENTER^>
echo.
echo + Si se desea colocar una palabra completa...
echo Se debe escribir el numero '1' mas ^<ENTER^>
echo luego escribe la palabra en MAYUSCULAS
echo.
echo + Si es el caso de intentar con una palabra compuesta
echo se coloca seguido
echo.
echo + Cuando se desee escribir la letra '¥'
echo colocarla en MAYUSCULAS
echo.
echo.
echo bY sainus v 1.0
echo.
echo Presione cualquier tecla para regresar...
pause>nul
if %y%==2 (set y=0 & goto inipanta)
if %y%==3 (set y=0 & goto intento)
goto inimenu
:agre
set pl=
set nl=
set ct=
set no=
set linarc=0
for /f "tokens=*" %%a in (lista.ini) do call :pr %%a
goto npala
:pr
set /a linarc=%linarc%+1
goto :EOF
:npala
cls
echo.
echo.
echo.
echo Hay un total de %linarc% palabras en el archivo
echo.
echo.
echo Sintaxis:
echo PALABRA, Palabra a agregar en MAYUSCULAS
echo Numero de Letras de contiene la palabra
echo Categoria en MAYUSCULAS a la que crea pertinente
echo Las palabras compuestas colocarlas seguidas
echo.
echo.
echo.
echo ^< 1 ^> Para Regresar al Menu Principal
echo.
set /p pl= Palabra :
if %pl%==1 goto inimenu
find /i ",%pl%," lista.ini>nul
if %errorlevel%==0 goto ya
set /p nl= Numero de letras :
if %nl%==1 goto inimenu
echo.
echo P ^> Paises
echo A ^> Animales
echo V ^> Varios
echo C ^> Ciudades
echo N ^> Nombres
echo.
set /p ct= Categoria :
if %ct%==1 goto inimenu
set /a linarc=%linarc%+1
goto ag
:ya
cls
echo.&echo.&echo.&echo.&echo la palabra %pl% YA ESTA !!!&ping -n 3 localhost>nul&goto agre
:ag
echo %nl%,%ct%,%linarc%,%pl%,>>lista.ini
cls
echo.
echo.
echo.
echo La palabra %pl% fue agregada exitosamente
echo.
echo.
goto agre
echo Desea agregar otra palabra ?
echo.
set /p otpal= ( S / N ) :
if %otpal%==s goto agre
if %otpal%==S goto agre
if %otpal%==n goto inimenu
if %otpal%==N goto inimenu
goto ag
rem ping -n 3 localhost>nul
goto inimenu
-----------------------------------------------
base de datos del juego claro que pueden crear uno personalizado el unico requisito es que lo nombren "lista.ini"
-----------------------------------------------
9,P,1,ARGENTINA,
7,P,2,BOLIVIA,
4,P,3,PERU,
6,P,4,BRASIL,
8,P,5,PARAGUAY,
7,P,6,URUGUAY,
5,P,7,CHILE,
9,P,8,VENEZUELA,
7,P,9,ECUADOR,
8,P,10,COLOMBIA,
6,P,11,PANAMA,
6,P,12,MEXICO,
8,P,13,HONDURAS,
6,P,14,ESPA¥A,
7,P,15,FRANCIA,
9,P,16,GUATEMALA,
4,P,17,CUBA,
5,P,18,RUSIA,
5,P,19,JAPON,
5,P,20,CHINA,
6,P,21,ITALIA,
9,P,22,AUSTRALIA,
10,P,23,PUERTORICO,
8,P,24,ANTILLAS,
7,P,25,HOLANDA,
6,P,26,SUECIA,
14,P,27,CHECOSLOVAQUIA,
5,P,28,COREA,
7,P,29,VIETNAM,
5,P,30,INDIA,
6,P,31,ARABIA,
4,P,32,IRAN,
7,P,33,ESCOCIA,
10,P,34,INGLATERRA,
3,A,35,BOA,
8,A,36,ANACONDA,
9,A,37,SERPIENTE,
5,A,38,COBRA,
7,A,39,CANGURO,
4,A,40,LEON,
6,A,41,JAGUAR,
2,A,42,¥U,
8,A,43,ANTILOPE,
4,A,44,PUMA,
4,A,45,SAPO,
5,A,46,HIENA,
4,A,47,RANA,
7,A,48,CARACOL,
7,A,49,HORMIGA,
7,A,50,CABALLO,
5,A,51,CERDO,
5,A,52,PERRO,
4,A,53,GATO,
7,A,54,LECHUZA,
4,A,55,LORO,
4,A,56,MONO,
9,A,57,CHIMPANCE,
9,A,58,ORANGUTAN,
7,A,59,GORILLA,
5,A,60,MAMUT,
7,A,61,ARDILLA,
8,A,62,PEREZOSO,
3,A,63,OSO,
5,A,64,PANDA,
5,A,65,KOALA,
5,A,66,ABEJA,
7,A,67,COLIBRI,
6,A,68,BUITRE,
8,A,69,MARIPOSA,
6,A,70,GUSANO,
6,A,71,CONEJO,
4,A,72,RATA,
8,A,73,AVESTRUZ,
8,A,74,LIBELULA,
3,A,75,PEZ,
7,A,76,TIBURON,
7,A,77,BALLENA,
7,V,78,PLANETA,
4,V,79,MESA,
4,V,80,CAMA,
7,V,81,ARMARIO,
4,V,82,SOFA,
9,V,83,TELEVISOR,
5,V,84,RADIO,
5,V,85,SILLA,
7,V,86,COMEDOR,
4,V,87,SALA,
6,V,88,COBIJA,
6,V,89,PELOTA,
6,V,90,MU¥ECO,
7,V,91,PISTOLA,
11,V,92,MOTOCICLETA,
9,V,93,AUTOMOVIL,
5,V,94,AVION,
11,V,95,HELICOPTERO,
10,V,96,COMPUTADOR,
7,V,97,CELULAR,
8,V,98,CONECTOR,
8,V,99,ESTRELLA,
7,V,100,TECLADO,
5,V,101,LIBRO,
7,V,102,TARJETA,
5,V,103,GAFAS,
5,V,104,TORRE,
7,V,105,METEORO,
7,V,106,CANASTA,
9,A,107,COCODRILO,
11,A,108,RINOCERONTE,
8,A,109,LEOPARDO,
8,A,110,CIENPIES,
13,A,111,CHICHICUILOTE,
10,V,112,CARBURADOR,
6,C,113,BOGOTA,
7,C,114,CARACAS,
6,A,115,AGUILA,
7,V,116,FLORERO,
6,V,117,ESPEJO,
8,V,118,ESCALERA,
6,N,119,EVELYN,
7,N,120,GUSTAVO,
6,N,121,JULIAN,
7,V,122,LAMPARA,
7,V,123,VENTANA,
9,A,124,ESCORPION,
4,C,125,LIMA,
11,C,126,BUENOSAIRES,
8,C,127,BRASILIA,
7,V,128,TIJERAS,
6,V,129,TROFEO,
9,C,130,BARCELONA,
6,C,131,MADRID,
5,C,132,PARIS,
5,V,133,PLUMA,
6,V,134,LAMINA,
5,A,135,TEJON,
8,N,136,PATRICIA,
5,N,137,BENUR,
5,N,137,BENUR,
7,N,139,ENRIQUE,
6,A,140,JIRAFA,
5,N,141,DARIO,
5,N,142,RUBEN,
6,N,143,CARLOS,
5,C,144,MIAMI,
6,C,145,BERLIN,
7,N,146,ADRIANA,
6,A,147,GRILLO,
6,P,148,BELICE,8,N,149,MAURICIO,
5,N,149,OSCAR,
5,N,150,PEDRO,
6,N,151,FABIAN,
5,C,152,QUITO,
8,C,153,MANIZALES,
8,C,154,MEDELLIN,
6,N,155,SAMUEL,
7,N,156,ANGELLY,
10,V,157,ENCENDEDOR,
6,V,158,ANTENA,
8,V,159,EDIFICIO,
10,V,160,ESCRITORIO,
5,A,161,CHIVO,
4,A,162,VACA,
5,A,163,PULGA,
5,C,164,MOSCU,
5,C,165,TOKIO,
6,C,166,SYDNEY,
5,N,167,JAIRO,
7,N,168,ALBEIRO,
7,C,169,PEREIRA,
4,C,170,CALI,
5,N,171,MARIO,
5,N,172,JULIO,
5,V,173,REGLA,
En línea
y0u-uNsEcUre
Moderación
Gran Colaborador
Desconectado
Mensajes: 3577
E.0.F
Re: Juego del ahorcado
«
Respuesta #1 en:
Agosto 08, 2007, 11:47:12 »
wenas...
kaaaxooo code
... en fin muy currao
...
un entretenimiento mas para cuando t aburras...
sALuDos__
En línea
Elliott Yamin - Wait For You
Meta
Miembro
Desconectado
Mensajes: 39
Re: Juego del ahorcado
«
Respuesta #2 en:
Agosto 08, 2007, 12:02:27 »
mE GUSTA MUCHO.
En línea
Gothic Wear
Miembro
Desconectado
Mensajes: 34
Tibia Hack
Re: Juego del ahorcado
«
Respuesta #3 en:
Agosto 25, 2007, 11:32:05 »
wOW! lo que hace la diversion!!! arriba!
En línea
Necesitas ser usuario para ver los enlaces
Crear Usuario
Hacer Sesion
Páginas:
[
1
]
Comunidad Underground Hispana
|
Programacion
|
Programación
|
Batch
(Moderadores:
Espectro Infernal
,
|Shadow|
) | Tema:
Juego del ahorcado
« anterior
próximo »
Ir a:
Por favor selecciona un destino:
-----------------------------
Foros De Consulta General
-----------------------------
=> Novedades
=> Dudas, Comentarios Y Sugerencias
=> Top 100
=> Off-Topic
=> Revista E-Zine
===> Noticias
-----------------------------
Phreaking, Hacking y Seguridad
-----------------------------
=> HacK GeneraL
===> Ingenieria Inversa
===> Encriptacion, Cryptografia
===> TV HACK
===> Cursos y Ezines
=====> Trucos Internet
=====> Textos Hacking
===> Defacing
=> Seguridad
=> Phreaking
===> Moviles
=> Bug y Exploits
===> Directorio de Exploits
=> Wargames, Retos Hack
-----------------------------
Hack Novato
-----------------------------
=> Hack para newbies
=> Todo Messenger
=> Troyanos y virus
-----------------------------
Sistemas Operativos
-----------------------------
=> Windows y otros sistemas operativos no libres
===> Problemas Tecnicos Windows
=> Sistemas operativos libres.
===> GNU/Linux
===> Manuales y Tutoriales
===> Descargas
-----------------------------
Programacion
-----------------------------
=> Programación
===> Programación Basica
===> Otros Lenguajes
===> Visual Basic y Net
===> ASM
===> Programacion Shell
===> Perl
===> Carbide C/C#/C++
===> Batch
===> SQL
=> Programacion para webmasters
===> Consultas Generales
===> Php
===> Html, XHTML, CSS
===> Java - Java Script
===> CMS O Scripts Pre-Fabricados
===> Posicionamiento en buscadores
-----------------------------
Artes Graficas
-----------------------------
=> Diseño Grafico
===> Battle Arts
===> Flash
===> Tutoriales
===> Galerías
===> Software
-----------------------------
Area Tecnica
-----------------------------
=> Networking & Wireless
=> Overclocking, Refrigeracion y demas
=> Hardware
===> Biblioteca Tecnica
=> Electronica Y Robotica
-----------------------------
Programas
-----------------------------
=> Software
===> Configuraciones de software
===> Pedidos de software
=> Cracks & Serialz
=> P2p, Bittorrent, Elinks
-----------------------------
Multimedia Y Divx
-----------------------------
=> Juegos PC Y Consolas
===> Dudas ayudas y comentarios de juegos
===> Pedidos de juegos
===> Juegos de Consola
=> Mp3
=> Multimedia
=> Peliculas Divx
-----------------------------
Entretenimiento Y sitios de interes
-----------------------------
=> Juegos, Humor y Adultos. (Diversión)
===> Adultos
=> Paginas Webs Recomendadas
=> Videos
Powered by SMF 1.1.7
|
SMF © 2006-2007, Simple Machines LLC
Loading...