GitHunt
R2

r2dev2/LiRush

An open source implementation of puzzle rush

LiRush

Use an Open Source Puzzle Rush which even works offline!

Download LiRush

Demo

Feedback and Contributing

If you are interested in helping us solve any issues and/or add features, please let us know in discussions and submit a Pull Request!

Usage

To build the executable from scratch, execute the following commands in a bash terminal. The resulting folder with the executable will be in dist/LiRush.

git clone https://github.com/r2dev2/LiRush.git
cd LiRush
make build

To run without building an executable, execute the following commands in a bash terminal.

git clone https://github.com/r2dev2/LiRush.git
cd LiRush
make
python3 -m uvicorn server:app --port=42069

⚠ Build Dependencies ⚠

- npm
- python 3.8 or later

Developers

LiRush was developed by Ronak Badhe.

Languages

Svelte46.3%Python28.6%JavaScript15.2%Makefile5.9%CSS2.8%HTML1.3%

Contributors

GNU General Public License v3.0
Created January 14, 2021
Updated July 15, 2022
r2dev2/LiRush | GitHunt