lambda-lantern
π§ ββ A 3D game about functional programming patterns. Uses PureScript Native, C++, and Panda3D.
File Explorer
Download Latest Version (.zip)- lantern-body-ao.png
- lantern-body-diffuse.png
- lantern-handle-ao.png
- lantern-handle-diffuse.png
- logo-text-ao.png
- logo-text-diffuse.png
- logo.egg
- lantern-body-ao.png
- lantern-glass-ao.png
- lantern-metal-diffuse.png
- main-character-ao.png
- main-character-diffuse.png
- main-character-emit.png
- main-character.egg
- crate-ao.png
- door-way-ao.png
- door-way-diffuse.png
- floor-ao.png
- floor-diffuse.png
- pillar-ao.png
- pillar-diffuse.png
- wall-ao.png
- wall-diffuse.png
- room-0.egg
- gloria-hallelujah-sil-open-font-license.txt
- gloria-hallelujah.ttf
- big-eyes.ogg
- magic-in-the-garden.ogg
- night-in-the-castle.ogg
- chicken.ogg
- door-open.ogg
- evil-laugh.ogg
- level-complete.ogg
- stone-dragging.ogg
- twinkle.ogg
- README.md
- lambda-lantern-icon-0.png
- lambda-lantern-logo-3d-0.blend
- lambda-lantern-logo-3d-1.blend
- Main.purs
- Panda3d.purs
- .gitignore
- .nvmrc
- CHANGELOG.md
- LICENSE
- Makefile
- psc-package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/lettier/lambda-lantern
Downloads the entire project code from GitHub to your computer.
cd lambda-lantern
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g purescript@0.13.0 psc-package-bin-simple@3.0.1
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make \
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
