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
- Host: GitHub
- URL: https://github.com/colinkiama/lightwork
- Owner: colinkiama
- Created: 2023-01-24T19:18:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:36:00.000Z (about 2 years ago)
- Last Synced: 2025-01-14T07:33:19.506Z (12 months ago)
- Language: D
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```