An ECS-driven Sci-Fi RPG to tool around in Haskell with
Go to file
Rin 5cc0e6cb65 ignore debug logs 2024-02-23 13:29:12 +11:00
app Add framework for ECS 2023-11-07 13:29:09 +11:00
src Outline Magic and Faith systems 2024-02-08 19:52:49 +11:00
test initial stack project setup 2023-11-06 14:50:20 +11:00
.gitattributes initial stack project setup 2023-11-06 14:50:20 +11:00
.gitignore ignore debug logs 2024-02-23 13:29:12 +11:00
CHANGELOG.md initial stack project setup 2023-11-06 14:50:20 +11:00
LICENSE Initial commit 2023-11-05 02:58:38 +00:00
README.md Add framework for ECS 2023-11-07 13:29:09 +11:00
Setup.hs initial stack project setup 2023-11-06 14:50:20 +11:00
package.yaml Overseer work and Aspect framework 2024-01-05 16:48:21 +11:00
pulsar.cabal Outline Magic and Faith systems 2024-02-08 19:52:49 +11:00
stack.yaml Overseer work and Aspect framework 2024-01-05 16:48:21 +11:00
stack.yaml.lock Overseer work and Aspect framework 2024-01-05 16:48:21 +11:00

README.md

pulsar

An ECS-driven Sci-Fi RPG to tool around in Haskell with

Setup for Development

Stack is the canoncial build tool for this project.

Use stack setup to configure your environment.

Hlint

You can use a system hlint, or use stack build hlint to build the same one we use.