Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

0perator

2
Posts
1
Topics
A member registered 32 days ago · View creator page →

Creator of

Recent community posts

(4 edits)

Hello, I'm new here and I have released a sliding block puzzle game: 

Hakoiri Musume

It's a digital version of classic physical game Klotski. Though there are a lot of Klotski clones online, I added some unique features.

  • custom level (layout) function
  • user-friendly Level Editor (full-mouse operation)
  • record & replay function (for your notes or Youtube video making)
  • custom skin

I attached these functions users to have room for joining game creation. I'm glad if you are interested in making custom levels or skins. As it seems the comment section in this website can handle not only text but also images, post your art there if you like. For more information, please refer to the game page (including my comment at the bottom).

demo video

(7 edits)

--------------------------------------------------------------------------------
    custom level data sharing through comment section 
--------------------------------------------------------------------------------
As level data is text, you can paste it like this:

        {

            { id= 1, x=2, y=1, w=2, h=2 },

            { id= 2, x=1, y=1, w=1, h=2 },

            { id= 3, x=4, y=1, w=1, h=2 },

            { id= 4, x=1, y=3, w=1, h=2 },

            { id= 5, x=4, y=3, w=1, h=2 },

            { id= 6, x=2, y=3, w=2, h=1 },

            { id= 7, x=2, y=4, w=1, h=1 },

            { id= 8, x=3, y=4, w=1, h=1 },

            { id= 9, x=1, y=5, w=1, h=1 },

            { id=10, x=4, y=5, w=1, h=1 },

        },

--------------------------------------------------------------------------------
    recording data  sharing through comment section 
--------------------------------------------------------------------------------
record.lua includes a level data and moves in text format as well.
So, you can share them here as well.

--------------------------------------------------------------------------------
    custom skin sharing through comment section 
--------------------------------------------------------------------------------
As for custom skin, paste the image from "add image" button to share.
320 x 320 pixel is recommended.

blank block


custom skin example

Of course, you can design an entire block without using the blank block above.
Great works may be included in the future release.