Janorico / PictureGenerator

Create a low-resolution image and let someone else solve it as a game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PictureGenerator

PictureGenerator is a program to create and edit *.pgp files, play it as game, export it to *.png files and generate Arduino code.

License information

PictureGenerator is a program to create and edit *.pgp files.
Copyright (C) 2023 Janosch Lion

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

PictureGenerator CONTAINS FILES FROM:

AND IS COMPILED WITH THE '-include-runtime' PARAMTETER (kotlinc 1.8.0, https://github.com/JetBrains/Kotlin).

Features

  • Create and edit *.pgp files.
  • Generate Arduino code.
  • Export to *.png files.
  • Play a *.pgp file as game.

Version History

PictureGenerator v1.0

  • Editor:
    • Menu bar:

      • File
        • Save
        • Save as...
        • Export:
          • Picture...
          • Arduino...
        • Close
        • Exit
      • Project:
        • Change name...
        • Change version...
    • Editor

    • Status bar:

      • Status text
  • Game:
    • Width and height label
    • Rows and Columns label
    • Game

About

Create a low-resolution image and let someone else solve it as a game.

License:GNU General Public License v3.0


Languages

Language:HTML 51.4%Language:Kotlin 48.6%