Skip to content

Creadores-Program/CreadorCraft-Maker-GHA

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/[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

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

About

Github Action to package your CreatorCraft game!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages