Skip to content

Creadores-Program/CreadorCraft-Maker-Flash

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

CreadorCraft-Maker-Flash

Github Github Actions NodeJS NPM JavaScript Json

Github Action to convert your flash game to CreatorCraft game!

If you want to know how to create a game in CreadorCraft I recommend you check out the CreadorCraft Maker wiki you can also run many programming languages for your game!

Example Work

You need a Flash game file .swf

name: CI

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    if: ${{ !contains(github.event.head_commit.message, '[ci skip]') }}
    steps:
      - uses: actions/checkout@v4
      - name: CreadorCraft-Maker-Flash
        uses: Creadores-Program/[email protected]
        with:
          path: "./src" # Dir by game: This does not generate CSS or HTML or the manifest, the manifest in JS must be main.js
          pathSWF: "game.swf" #Game Path from Previous Path
          elementID: 'Test' #Html element ID to put the flash game
      - name: CreadorCraft-Maker
        uses: Creadores-Program/[email protected]
        with:
          path: "./src"
      - name: Upload Artifact
        uses: actions/upload-artifact@v4
        with:
          name: My Game Example
          path: gameBuildCCM/TestName 1.0.0.creadorcraftgame.zip

Made in Mexico.

Creadores Program © 2024

About

Github Action to package your flash game to CreatorCraft game!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.9%
  • CSS 4.0%
  • HTML 2.1%