sn99-backup / Mood

Minimalistic user mood generator and executor

Home Page:https://guleri24.github.io/Mood/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mood - WIP

Minimalistic user mood generator and executor

Build Mood locally

Install Scala

    curl -fLo cs https://git.io/coursier-cli-"$(uname | tr LD ld)"
    chmod +x cs
    ./cs install
    rm ./cs
    cs setup

Install LLVM and CLang

OpenSUSE

sudo zypper install clang llvm 

Mood

git clone https://github.com/Guleri24/Mood
cd Mood
sbt run

The native Mood file(mood-out) is generated in the target/scala-*.*.*/ directory.

About

Minimalistic user mood generator and executor

https://guleri24.github.io/Mood/


Languages

Language:Scala 83.2%Language:C 16.8%