View Source DevJoy.Scene.Challenge (DevJoy v1.1.0)
Challenge is a polimorfic custom content specific for your game. It could be a mini-game or other custom action user have complete to progress in game.
Example
defmodule MyApp.SceneWithChallenge do
use DevJoy.Scene
part :challenge do
challenge :challenge_type, some: :data
end
end