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

https://github.com/colinkiama/lightwork

A puzzle game about interacting with light
https://github.com/colinkiama/lightwork

Last synced: 10 months ago
JSON representation

A puzzle game about interacting with light

Awesome Lists containing this project

README

          

# Lightwork

A puzzle game about interacting with light

# Build Instructions

**Step 1:**

You'll need a D Compiler installed as well as the dub package manager

**Step 2:**

You'll need a copy of raylib to link the program with. Either run the following commands to install raylib locally:

```sh
dub upgrade
dub run raylib-d:install
```

or follow these instructions: https://github.com/schveiguy/raylib-d#get-a-copy-of-raylib

**Step 3:**

Build and run the program by running the following command:

```sh
dub
```