Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemalqueza committed Nov 5, 2023
1 parent b34b81a commit 024bdd0
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 251 deletions.
201 changes: 0 additions & 201 deletions PlatformerGame/LICENSE

This file was deleted.

49 changes: 0 additions & 49 deletions PlatformerGame/README.md

This file was deleted.

50 changes: 49 additions & 1 deletion README.md
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.

0 comments on commit 024bdd0

Please sign in to comment.