Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seblaz committed Jan 14, 2020
1 parent 0d404dd commit 995c55f
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<p align="center">
<img alt="caminando" src="assets/screenshots/caminando.png"/>
</p>

## Capturas de pantalla

<p align="center">
<img alt="usuario" src="assets/screenshots/usuario.png"/>
</p>

<p align="center">
<img alt="personajes" src="assets/screenshots/personajes.png"/>
</p>

<p align="center">
<img alt="efectua golpe poison" src="assets/screenshots/efectua golpe poison.png"/>
</p>

<p align="center">
<img alt="recibe golpe boss" src="assets/screenshots/recibe golpe boss.png"/>
</p>

## Prerequisitos:

Expand All @@ -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

Binary file added assets/screenshots/caminando.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/efectua golpe poison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/efectua golpes boss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/personajes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/puntos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/recibe golpe boss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/recibe golpe poison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/usuario.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 995c55f

Please sign in to comment.