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!
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