Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FlorentCollin/baba-is-you
Puzzle game where the player can change rules by pushing blocks and win by a lot of different ways. Based on the game "Baba Is You" of Arvi Teikari.
https://github.com/FlorentCollin/baba-is-you
Last synced: 3 months ago
JSON representation
Puzzle game where the player can change rules by pushing blocks and win by a lot of different ways. Based on the game "Baba Is You" of Arvi Teikari.
- Host: GitHub
- URL: https://github.com/FlorentCollin/baba-is-you
- Owner: FlorentCollin
- License: apache-2.0
- Created: 2019-04-29T15:27:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T15:25:42.000Z (over 3 years ago)
- Last Synced: 2024-04-05T21:35:20.632Z (7 months ago)
- Language: Java
- Homepage:
- Size: 47.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Baba Is You
Puzzle game where the player can change rules by pushing blocks and win by a lot of different ways. Based on the game "Baba Is You" of Arvi Teikari.
The first four levels are a reproduction of the first levels of the original game and the following levels are original creations for this game.Here is a non-exhaustive list of implemented features:
- 9 levels, 5 of which are new
- Parallel worlds have been added
- Several new items including portals have been implemented
- The user can create and load his own custom levels via the graphical level editor
- Keyboard shortcuts are editable and automatically saved
- The user can unlock achievements as he progresses through the game
- Background music in the main menu## Build
Note: Java with JavaFx is required.
```sh
git clone https://github.com/FlorentCollin/baba-is-you
cd baba-is-you/code
make
```## Run
```sh
make run
```## Screenshots
### Main menu
![Main menu](./images/menu.png "Main menu")### First Level
![First Level - Advice](./images/advice-1.png "First Level - Advice")
![First Level](./images/level-1.png "First Level")### Portals
![Parallel Worlds](./images/advice-2.png "Parallel Worlds")