Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fwcd/lighthouse-2048
- Owner: fwcd
- License: bsd-3-clause
- Created: 2022-02-02T19:38:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T01:58:40.000Z (10 months ago)
- Last Synced: 2024-12-13T22:42:22.469Z (22 days ago)
- Topics: 2048, cau-kiel, project-lighthouse
- Language: Haskell
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```