-
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
1 parent
b34b81a
commit 024bdd0
Showing
3 changed files
with
49 additions
and
251 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 +1,49 @@ | ||
# Platformer-Game | ||
# Mallow's Adventure | ||
|
||
## Description | ||
|
||
Mallow's Adventure is a 2D platformer game based on Celeste's game univers. | ||
|
||
## Key Features | ||
|
||
- Tiled TMX map | ||
- Map collisions detection with Box2D | ||
- Fade-in and fade-out | ||
- Player animations (idle,walk,jump,fall,climb,crouch,dead) | ||
- Player abilities: double jump and climb | ||
- Parallax background | ||
- Collectable items with interactive doors | ||
- Entity System | ||
- Tutorial level | ||
- Second level | ||
- Different cameras: Smooth player follow and zone camera | ||
- Camera shake | ||
- Debug keys | ||
- Crumbling platforms | ||
- Spring jumper | ||
|
||
## Controls | ||
|
||
- LEFT ARROW -> Move the player to the left | ||
- RIGHT ARROW -> Move the player to the right | ||
- UP ARROW -> Move the player up while climbing | ||
- DOWN ARROW-> Move the player down while climbing | ||
- SPACE -> Jump and double jump | ||
|
||
## Debug Keys | ||
|
||
- F1 -> Load tutorial level | ||
- F2 -> Load second level | ||
- F3 -> Restart current level | ||
- F9 -> Toggle collisions and logic | ||
- F10 -> God Mode | ||
- F11 -> Toggle FPS cap to 30 | ||
|
||
## Developers | ||
|
||
- Guillem Alqueza - [@guillemalqueza](https://github.com/guillemalqueza) - Programmer | ||
- Alejandro Ibáñez - [@AlejandroIR](https://github.com/AlejandroIR) - Artist | ||
|
||
## License | ||
|
||
This project is licensed under an unmodified MIT license, which is an OSI-certified license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details. |