-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Diego Jara
authored
Jul 9, 2017
1 parent
69ef9a0
commit 8608218
Showing
1 changed file
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,58 @@ | ||
# Greedy Bomberman # | ||
Juego creado para el curso de Complejidad Algoritmica | ||
|
||
> Se implementarán **bots** con inteligencia artifial basados en algoritmos de búsqueda y metodología **Greedy** | ||
<div align="center"> | ||
<img src="https://user-images.githubusercontent.com/9372893/27993764-b03a75dc-6475-11e7-8486-3b91784cdacf.gif"> | ||
</div> | ||
|
||
## Plot | ||
Deberás acabar con el resto de tus enemigos, antes de que ellos lo hagan contigo. | ||
|
||
## El juego incluye | ||
- 3 Bots | ||
|
||
## Controles | ||
|
||
- Teclas direccionales para moverte en el mapa | ||
- W para colocar bomba | ||
|
||
## Capacidad de los bots | ||
- Detectar si alguna explosión le va a afectar. | ||
- Determina la posicion más cercana a salvo de las explosiones - *BFS Customizado* | ||
|
||
## Por hacer | ||
- Los bots deberán poner bombas en lugares estrategicos | ||
- Implementar los muros | ||
- Añadir powerups | ||
- **Sugiere más!** | ||
|
||
## Fact Destacables | ||
|
||
- Bots que usan algoritmos de buqueda para tomar decisiones | ||
|
||
*Nota: Sonidos, particulas y modelos 3D gracias a [Eric Van de Kerckhove](https://www.raywenderlich.com/125559/make-game-like-bomberman)* | ||
|
||
## Creadores | ||
|
||
- Francis Marquez | ||
- Diego Jara | ||
|
||
## Agradecimientos | ||
|
||
- Marco Bruggmann *(Profesor)* | ||
|
||
|
||
## SOBRE UPC LAB Y UPC GAMES | ||
> En UPC LAB Somos un grupo de de gente apasionada por la tecnología, que nos gusta desarrollar aplicaciones de todo tipo. | ||
> También ayudamos y hacemos aplicaciones, si quieres más información escribe a: <[email protected]>. | ||
> En UPC GAMES seguimos esta mentalidad, nos gusta hacer juegos; Visual Studio, Python, Unity, Unreal, Realidad Virtual, no importa la plataforma. | ||
> Estamos buscando activamente gente que crea en esta filosofía, para que pueda compartir sus juegos, pero mucho más que eso: | ||
> Comentar, corregir, sugerir, agregar funcionalidades y hacer juegos en grupo. | ||
<div align="center"> | ||
<a href="https://github.com/upclab"> | ||
<img src="https://cloud.githubusercontent.com/assets/9372893/16879913/501dca4a-4a78-11e6-9783-3600e0b260d8.png"> | ||
</a> | ||
</div> |