orhun/CoolModFiles

Support playing random mod files through embedded player

Open

#36 opened on Oct 1, 2022

View on GitHub
 (5 comments) (0 reactions) (1 assignee)JavaScript (13 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (157 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently it is possible to play only one mod through embedded player:

<iframe
  width="100%"
  height="200"
  src="https://coolmodfiles.com/embed/178980"
  frameborder="0"
></iframe>

It would be nice if we support randomized play as well. That's the whole point of the project, after all.

Contributor guide