Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.29 KB

parlelm

an implementation of mastermind with 5 letter words on a constrained vocabulary with a UI that might be inspired to something mentioned in this article.

goal is to have in production version that can replace this (with changes in the UI, e.g. color changes) https://github.com/pietroppeter/wordle-it

we still have to complete the MVP, these are some ideas for additional features

  • play a past game
  • history of all your past games
  • share a custom game

Started at Open Source Saturday Shared project by @pietroppeter (beginner in Elm and functional languages) and @akiross (code ninja that wants to put more Elm in production).

We also tried (on the first meetup) to have a NixOS based Elm setup with help by @kristoff-it but it did not work out. In the end it is actually very simple to just setup elm with the installer.

Building

Then serve the static folder

elm make src/Main.elm --output=static/main.js

tests

using elm-explorations/test and node-test-runner

  • install using npm install -g elm-test
  • test using elm-test src/Word.elm