micro-games-kit 0.31.3

Micro Games Kit
Documentation
# Micro Games Kit


Toolset for making Micro Games quickly

## Create new project from template


- Download project template from GitHub latest release: <https://github.com/MicroRaptorHub/micro-games-kit/releases/latest>

- Make sure you have installed [Project Forge]https://github.com/PsichiX/project-forge CLI app and run it with:

  ```bash
  project-forge "project-name" path/to/project-folder path/to/downloaded-template.zip 

  ```

- Build your newly created game project with [Just]https://github.com/casey/just CLI app:

  ```bash
  just build

  ```