From af34af00ef4d098124329ee27af3b629bfbb5b76 Mon Sep 17 00:00:00 2001 From: Ivan Porto Wigner <47715589+iivvaannxx@users.noreply.github.com> Date: Wed, 31 Jul 2024 01:00:02 +0200 Subject: [PATCH] chore: add main readme --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 31f58d8..7b836d1 100644 --- a/README.md +++ b/README.md @@ -39,20 +39,19 @@ Isolated is a 2D cooperative/multiplayer platformer game developed as a college Here's a version that stays as close as possible to your original wording while improving the grammar: The main objective of the project was to build a multiplayer game using Unity. The development was progressive: we started with a cooperative version of the game, where players could play together on the same screen. Then we added a P2P multiplayer version, and finally we implemented a client-server multiplayer version (with an authoritative server). -This repository contains only the **cooperative** and **client-server** versions of the game, because I couldn't find the **P2P** version. The gameplay differs a bit between both versions, but if you read the instructions below you will be able to play the game without any problem. - -## 📜 License - -Isolated © 2022 by Ignasi Ezpeleta & Ivan Porto Wigner is licensed under CC BY-NC-ND 4.0. To view the details of this license, visit this link. +## 🎮 Guides -## 📷 Screenshots +This repository contains only the **cooperative** and **client-server** versions of the game, because I couldn't find the **P2P** version. The gameplay differs a bit between both versions, but if you read the instructions below you will be able to play the game without any problem. -![Split Camera](./.github/assets/split-camera.png) +
-![Portal](./.github/assets/portal.png) +| Mode | Objective | How to Play | +|------|-----------|-------------| +| Cooperative | Collaborate to reach the end of the level. Then fight each other. | [Instructions](./COOPERATIVE.md) | +| Multiplayer | Survive and kill them all! | [Instructions](./MULTIPLAYER.md) | -![Multiplayer](./.github/assets/multiplayer.png) +
-![Clients](./.github/assets/clients.png) +## 📜 License -![Server](./.github/assets/server.png) +Isolated © 2022 by Ignasi Ezpeleta & Ivan Porto Wigner is licensed under CC BY-NC-ND 4.0. To view the details of this license, visit [this link](https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode.en).