Skip to content

Legends of Runeterra deck code encoder/decoder - Elixir style

Notifications You must be signed in to change notification settings

petter-kaspersen/lor-deck-codes-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legends of Runeterra Deck Codes - Elixir

This is a port of LoRDeckCodes written in Elixir.

Usage

Currently, only LorElixir.decode/1 works.

LorElixir.decode("CEAAECABAQJRWHBIFU2DOOYIAEBAMCIMCINCILJZAICACBANE4VCYBABAILR2HRL")
 # => [%LorElixir.Card{code: "", count: 0,
 #       faction: %LorElixir.Faction{id: 0, name: "", short_code: ""}
 #     }]

About

Legends of Runeterra deck code encoder/decoder - Elixir style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages