Skip to content

CreadorCraft-Maker

Actions
Github Action to package your CreadorCraft game
v1.1.0
Latest
Star (2)

CreadorCraft-Maker-GHA

Github Github Actions NodeJS NPM JavaScript Json

Github Action to package your CreatorCraft game!

You can now package your CreatorCraft game on Github!

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

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
        uses: Creadores-Program/CreadorCraft-Maker-GHA@v1.1.0
        with:
          path: "./src"
      - name: Upload Artifact
        uses: actions/upload-artifact@v4
        with:
          name: My Game Example
          path: gameBuildCCM/TestName 1.0.0.creadorcraftgame.zip

Structure Repo:

myName/RepoGameName/src

  • manifest.json:
{
 "name": "TestName",
 "description": "Test game",
 "version": "1.0.0",
 "mainHtml": "index.html",//dir main html file
 "mainCSS": "index.css",
 "mainJS": "index.js"
}
  • index.html
  • index.css
  • index.js

more info in Wiki!

Made in Mexico.

Creadores Program © 2024

CreadorCraft-Maker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github Action to package your CreadorCraft game
v1.1.0
Latest

CreadorCraft-Maker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.