mirror of
https://github.com/csd4ni3l/loginween.git
synced 2025-11-05 05:58:10 +01:00
d2792d41de598330b978940c5c1776cb6606ec96
Add starting Pumpkin roll game which i will improve, add score and high score counters to both games
LoginWeen is an app where you login/register with a halloween pumpkin carving as a password. There are 2 minigames you can play after, or you can check out the countdown to the next Loginween!
Live Demo: https://loginween.csd4ni3l.hu
Install
Download source & use uv
- Download source and change to it's directory
- copy
.env.exampleto.envand update the settings as you like. uv run app.py
Download source & use pip
- Download source and change to it's directory
- Copy
.env.exampleto.envand update the settings as you like. - Optionally, make and activate a virtual environment:
python3 -m venv .venvandsource .venv/bin/activate pip3 install -r requirements.txtpython3 app.py
Docker CLI
- Run
docker run --name loginween -p 8080:8080 -e HOST=0.0.0.0 -e PORT=8080 -e DB_FILE=data.db -e APP_KEY=changeme -e DEBUG_MODE=false -e GRID_SIZE=15 -v ./data.db:/app/data.db --restart unless-stopped csd4ni3lofficial/loginween:latestand change the parameters
Docker Compose
- Download the
docker-compose.ymlfile from this repo and rundocker compose up -dnext to it.
Languages
JavaScript
53.8%
Jinja
32.4%
Python
13%
Dockerfile
0.8%