diff --git a/README.md b/README.md index d01a7c0..144236f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,28 @@ -# TP Grupal - Taller I +# Final Fight - Taller I + +Juego multijugador similar a [Final Fight](https://es.wikipedia.org/wiki/Final_Fight) creado por [Capcom](http://www.capcom.com/). El mismo fue desarrollado como una aplicación de tipo cliente-servidor para funcionar sobre Linux. + +

+ caminando +

+ +## Capturas de pantalla + +

+ usuario +

+ +

+ personajes +

+ +

+ efectua golpe poison +

+ +

+ recibe golpe boss +

## Prerequisitos: @@ -25,12 +49,12 @@ $ ./configure $ make $ sudo make install - - - Debug librería estándar: - - $ apt-get install libstdc++6-8-dbg - SDL2 Mixer: $ apt-get install libsdl2-mixer-dev + + - Debug librería estándar (opcional): + + $ apt-get install libstdc++6-8-dbg diff --git a/assets/screenshots/caminando.png b/assets/screenshots/caminando.png new file mode 100644 index 0000000..a9f10db Binary files /dev/null and b/assets/screenshots/caminando.png differ diff --git a/assets/screenshots/efectua golpe poison.png b/assets/screenshots/efectua golpe poison.png new file mode 100644 index 0000000..47fd16c Binary files /dev/null and b/assets/screenshots/efectua golpe poison.png differ diff --git a/assets/screenshots/efectua golpes boss.png b/assets/screenshots/efectua golpes boss.png new file mode 100644 index 0000000..d016823 Binary files /dev/null and b/assets/screenshots/efectua golpes boss.png differ diff --git a/assets/screenshots/personajes.png b/assets/screenshots/personajes.png new file mode 100644 index 0000000..f5af040 Binary files /dev/null and b/assets/screenshots/personajes.png differ diff --git a/assets/screenshots/puntos.png b/assets/screenshots/puntos.png new file mode 100644 index 0000000..6efe0d6 Binary files /dev/null and b/assets/screenshots/puntos.png differ diff --git a/assets/screenshots/recibe golpe boss.png b/assets/screenshots/recibe golpe boss.png new file mode 100644 index 0000000..3fd0752 Binary files /dev/null and b/assets/screenshots/recibe golpe boss.png differ diff --git a/assets/screenshots/recibe golpe poison.png b/assets/screenshots/recibe golpe poison.png new file mode 100644 index 0000000..d8b565c Binary files /dev/null and b/assets/screenshots/recibe golpe poison.png differ diff --git a/assets/screenshots/usuario.png b/assets/screenshots/usuario.png new file mode 100644 index 0000000..e01cd4c Binary files /dev/null and b/assets/screenshots/usuario.png differ