akiross / parlelm

una gioco di parole al giorno - in elm

Home Page:https://uordel.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

una gioco di parole al giorno - in elm

https://uordel.it/

License:MIT License


Languages

Language:Elm 99.0%Language:Nix 0.7%Language:HTML 0.3%