micro-games-kit 0.25.0

Micro Games Kit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

  ```