Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 737 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 737 Bytes

PLM-ElmO-Game

By Nicolas Crausaz & Maxime Scharwath

ElmO

ElmO is a game based on the famous UNO game. It is written in Elm. It was developed as part of the course Programming Language Multiverse 2023 (HEIG-VD).

Play now !

Run the project

You can run the project locally following these steps:

You need to have npm installed on your computer.

Install the dependencies:

npm install

Run the project:

npm run dev

Have fun !