mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 17:38:51 +00:00
39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
<p align="center">
|
|
<img src="./docs/Lee6.png" title="Babylonia terminal" alt="babylonia terminal" width="350" height="350"/><br>
|
|
</p>
|
|
|
|
<div align="center">
|
|
<h1>Babylonia Terminal</h1>
|
|
</div>
|
|
|
|
### This launcher download, install your favorite anime game and dependecies for you!
|
|
|
|
For now, there is only a cli version of the launcher, but a gui one is on my radar, so stay tuned!
|
|
|
|
If you have any issue with the launcher, don't hesitate to open an issue!
|
|
|
|
## Requirement
|
|
|
|
Please install Rust from the [official website](https://www.rust-lang.org/fr/tools/install)
|
|
You need [python3](https://www.python.org/downloads/) installed on your system, but all major distro have it installed by default
|
|
You need Wintricks to be installed to install the fonts and the dependecies for the game, you can install it via your package manager or your flatpack store
|
|
You need Steam to be installed to run the game
|
|
|
|
## Installation
|
|
|
|
To install the cli version of the launcher, just start this command :
|
|
|
|
```
|
|
cargo install --git https://github.com/ALEZ-DEV/Babylonia-terminal --bin
|
|
```
|
|
|
|
and you can just run it by doing :
|
|
|
|
```
|
|
babylonia-terminal-cli
|
|
```
|
|
|
|
## Special thank
|
|
|
|
Thank to [krypt0nn](https://github.com/krypt0nn) to made the [wincompatlib](https://github.com/krypt0nn/wincompatlib) library!
|