Lattyware / makedecks

An old, no longer maintained deck editor for Massive Decks' deck format - please see Many Decks instead.

Home Page:https://lattyware.github.io/makedecks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

Make Decks has been replaced by Many Decks, a project that offers a much more user-friendly editing experience, and many more features.

Build Status License

Make Decks is a free, open source deck editor used to make decks for Massive Decks, a comedy party game based on Cards against Humanity. It can be used to make custom decks; or to localize, edit, or update existing decks.

Make Decks

About

The editor is open source software available under the AGPLv3 license and written in Elm.

Use

To use, the hosted version is easiest. You can of course build the elm code and host the resulting HTML, see the below section on building for more detail on this.

You can load decks from and saved to .deck.json5 files, which can then be added as built-in decks to instances of Massive Decks.

Please note that this is intended as more a development tool, and the user interface will not be as polished as the core game.

Building

If you want to build the editor yourself, this repository uses git submodules, meaning you will either need to do git clone --recursive when cloning or run git submodule update --init if you already cloned. You can then use npm run build.

Contributing

If you have any problems with the editor, please raise an issue. If you would like to help develop it, pull requests are welcome.

Credits

Maintainers

Many Decks is maintained by Reread Games.

About

An old, no longer maintained deck editor for Massive Decks' deck format - please see Many Decks instead.

https://lattyware.github.io/makedecks

License:GNU Affero General Public License v3.0


Languages

Language:Elm 89.6%Language:CSS 8.0%Language:HTML 2.4%