Archivos de la categoría ‘Proyectos’

h1

Publicada BloodTooth 0.3.1

Octubre 17, 2007

Se ha lanzado por fin una mejora de BloodTooth, se ha arreglado la dependencia de ObexFtp, ya no es necesaria.

Se ha hecho tambien un .deb

Podeis verlo en: http://bloodtooth.wordpress.com

Y podeis bajarlo en: https://forja.rediris.es/frs/?group_id=145

———————————————————————————————————–

At the end BloodTooth 0.3.1 is a reality, the program supports the transfer of files on bluetooth  without using the library obexft.

You can see in: http://bloodtooth.wordpress.com

And you can download in: https://forja.rediris.es/frs/?group_id=145

valhalla.jpg

h1

InLineX 1.0 El 3 en raya de toda la vida

Septiembre 11, 2007

Bueno, ahi va mi trabajo de este verano. Utilizando un famoso algoritmo de Inteligencia Artificial (mini-max) el programa busca y calcula todas las posibilidades de juego, por eso en nivel dificil es imposible que pierda, como mucho conseguiras empatar pero nunca le ganaras, al menos en nivel dificil.

Lo podeis bajar de aqui: InLineX-1.0

Ya sabeis:

tar -xvf InLineX-1.0.tar.gz

cd InLineX-1.0

./configure && make

sudo make install

Necesitais tener instalado libgtk-2.0

————————–

Now in English

InLineX 1.0 The tic tac toe game.

Ok, in this program i was work the las summer. The program use a Artificial Intelligence (mini-max) algorithm, the program search and evaluate all posibilities of the game, that is the reason which the program never lost

You can download here: InLineX-1.0-Eng

You know:

tar -xvf InLineX-1.0.tar.gz

cd InLineX-1.0

./configure && make

sudo make install

You need have instaled libgtk-2.0

NOTE: Sorry if my English is not correct.