Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fwcd/lighthouse-2048

The game 2048 for a light installation at the University of Kiel
https://github.com/fwcd/lighthouse-2048

2048 cau-kiel project-lighthouse

Last synced: 15 days ago
JSON representation

The game 2048 for a light installation at the University of Kiel

Awesome Lists containing this project

README

        

# Project Lighthouse 2048

[![Build](https://github.com/fwcd/lighthouse-2048/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/lighthouse-2048/actions/workflows/build.yml)

A Project Lighthouse implementation of the game [2048](https://en.wikipedia.org/wiki/2048_(video_game)).

## Running

First set the following environment variables

```bash
export LIGHTHOUSE_USER=[your username]
export LIGHTHOUSE_TOKEN=[your API token]
```

> For this, you need a valid login at [lighthouse.uni-kiel.de](https://lighthouse.uni-kiel.de).

You can now launch the game by running

```bash
stack run
```