-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pablo Facciano
authored
Jan 5, 2020
1 parent
260b594
commit d2c7a0c
Showing
1 changed file
with
29 additions
and
0 deletions.
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,2 +1,31 @@ | ||
# IoGame-Shooter | ||
Juego tipo Shooter multijugador en LAN para Windows, realizado en .NET | ||
|
||
## Controles | ||
- Apuntar con el Mouse. | ||
- Disparar con boton izquierdo del Mouse. | ||
- Moverse con W para adelante, y S para atrás. | ||
|
||
## Cómo comenzar | ||
1. Creá un servidor. | ||
2. Unite al servidor. | ||
3. Juega! | ||
|
||
## Crear un Servidor | ||
1. Abre IoGame_server.exe | ||
2. Permite el acceso por el Firewall de Windows (si pregunta). | ||
3. Listo! | ||
|
||
## Unirte a un Servidor: | ||
1. Abre IoGame.exe | ||
2. Escribe la IP y el puerto del Servidor | ||
3. Conectate y Juega! | ||
|
||
## Descargas (desde Google Drive) | ||
### Servidor | ||
https://drive.google.com/open?id=1LexiQ37awOZkXersYvZE2KKcC9A_MLcp | ||
|
||
### Juego | ||
https://drive.google.com/open?id=1LmJVp7d24Y9i0FTJebh0JSBopWPqmi9m | ||
|
||
|