Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iivvaannxx/isolated
๐ค A 2D multiplayer platformer shooter, set in a world devastated by an alien invasion.
https://github.com/iivvaannxx/isolated
csharp dotnet education futuristic game game-development linux platformer shooter unity windows
Last synced: 29 days ago
JSON representation
๐ค A 2D multiplayer platformer shooter, set in a world devastated by an alien invasion.
- Host: GitHub
- URL: https://github.com/iivvaannxx/isolated
- Owner: iivvaannxx
- License: other
- Created: 2024-07-30T17:53:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T10:23:54.000Z (6 months ago)
- Last Synced: 2024-11-11T10:38:16.131Z (3 months ago)
- Topics: csharp, dotnet, education, futuristic, game, game-development, linux, platformer, shooter, unity, windows
- Language: C#
- Homepage:
- Size: 31.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
๐ค Isolated
![]()
๐ฅ Download
ย ยทย
๐ License
A 2D multiplayer platformer shooter, set in a world devastated by an alien invasion.
> [!IMPORTANT]
> This repository is only a showcase of the game. It provides the links to download the game and information about it. The game is not open-source and the source code is not available, primarily due to the use of assets which license does not allow redistribution. The game is built using Unity and is available for Windows and Linux.## ๐ Introduction
Isolated is a 2D cooperative/multiplayer platformer game developed as a college project. Set in a world devastated by an alien invasion, players take on the roles of soldiers who must work together to escape a dangerous environment and reach safety.
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).## ๐ฎ Play
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.
| โญ Mode | ๐ฏ Objective | ๐ฎ Instructions | โฌ๏ธ Download |
|------|-----------|-------------|----------|
| Cooperative | Collaborate to complete the level. Then fight each other. | [Read](./COOPERATIVE.md) | [Release](https://github.com/iivvaannxx/isolated/releases/tag/cooperative) |
| Multiplayer | Survive and kill them all! | [Read](./MULTIPLAYER.md) | [Release](https://github.com/iivvaannxx/isolated/releases/tag/multiplayer) |## ๐ 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](https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode.en).