Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 659 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 659 Bytes

Qualli

A JavaScript game

License

This project is licensed under AGPL (see LICENSE) except the Comfortaa font files (in datafiles/fonts/). Refer to the upstream git-repository for its licensing information.

Run

Web

Use any compatible web server, for example

python -m http.server

Open localhost:8000 in a browser.

Electron

Run npm run start

Android

Refer to qualli-capacitor.

Screenshots

Screenshot1 Screenshot1 Screenshot1

Engine

See ENGINE.md