Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bylotonix/2d-platformer
The simplest platformer made in Pixel style (Unity)
https://github.com/bylotonix/2d-platformer
csharp csharp-code unity unity2d
Last synced: about 1 month ago
JSON representation
The simplest platformer made in Pixel style (Unity)
- Host: GitHub
- URL: https://github.com/bylotonix/2d-platformer
- Owner: ByloTonix
- License: gpl-3.0
- Created: 2023-11-29T12:11:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T19:12:46.000Z (9 months ago)
- Last Synced: 2024-04-03T20:27:46.785Z (9 months ago)
- Topics: csharp, csharp-code, unity, unity2d
- Language: C#
- Homepage:
- Size: 12.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cave Adventures
Cave Adventures is the simplest 2D-platformer. The main task of the hero is to clear all the locations from monsters and find a way out.
![alt text](Pictures/Screenshots1.png)
![alt text](Pictures/Screenshots2.png)
![alt text](Pictures/Screenshots3.png)
## Features:
- Animated textures,
- Unique gameplay,
- Support for adding third-party levels.
## Controls:
- **A/D** or **←/→** - character movement left-right
- **Space** - jump## Running from sources:
- Install your preferred version of **Unity** from the **Hub**
- Create a new project, save and then replace the **“Assets”** folder with the one that is **in this repository**
- Build, run and enjoy