Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.27 KB

README.md

File metadata and controls

66 lines (45 loc) · 1.27 KB

Larry the Light-bulb Redux

Revisiting Larry the Light-bulb

How to Play

You can play ltlr online at https://ltlr.delveam.com.

Controls

  • Arrow Keys + Z + X
  • WASD + Space + J
  • You can also use a Gamepad!

PWA

It's worth noting that ltlr is a progressive web app, so you can even install it and play it offline!

Building from Source

Prerequisites

Installation

Running ltlr is as simple as follows:

On NixOS

nix run github:delveam/ltlr

On other Distros

Using Nix + OpenGL on other distros is awkward; you're forced to use nixGL.

Mesa OpenGL Implementation
nix \
    run \
    --inputs-from github:delveam/ltlr \
    github:guibou/nixGL#nixGLIntel \
    -- \
        nix run github:delveam/ltlr
Proprietary Nvidia Driver
nix \
    run \
    --inputs-from github:delveam/ltlr \
    github:guibou/nixGL#nixGLNvidia \
    -- \
        nix run github:delveam/ltlr