You received an ancient 80s computer and it has a puzzle game (nonogram, picross) in it.

Features

  • 50+ puzzles
  • Discover the secret locked in the 80s computer

Control

You will learn how to control the game using the included manual system (Command: MAN). As the manual is part of the adventure, we do not want to spoil the game.

Updated 5 days ago
StatusReleased
PlatformsWindows, macOS, Linux, HTML5
Authorchainsawriot
GenrePuzzle, Adventure
Made withLÖVE
Tagsnonogram, Retro, Text based
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Gamepad (any)
LinksBlog

Download

Download
PIKR-033-windows.zip 4.6 MB
Download
PIKR-033-macos.zip 10 MB
Download
PIKR-033-linux.zip 5 MB
Download
PIKR-033.love 489 kB

Install instructions

This game is playable in browser. But for full experience, please down the game and play offline.

.love file tested (and developed) with LOVE 11.5

On how to run the Linux binary, please refer to here (love-build).

Development log

Comments

Log in with itch.io to leave a comment.

I am enjoying it so far, but i don't know where to start with this one...

Well, I had to try one to get it, there was probably a safer way to do it but I didn't get to see it.


(4 edits) (+1)

Thank you for trying the game! I am glad that you are enjoying it!

I will not give you directly the solution. Instead, there are two techniques (other than just "try"). The first technique is a general technique for this sort of puzzles. 

When I don't know where to start, I will find out the column and row with the highest total in the hints, e.g. in this case the [2,4] column and the [4,2] row.

Then I will work out the possible configurations. Let's say, [2,4] column. The possible configs are


1101111000

1100111100

1100011110

1100001111

0110111100

0110011110

0110001111

....(there are more)

0001101111

Then, you will notice something, namely the 7th box is always active. The 7th box is also almost certain for the "4" in [2,4].

Sometimes, this technique might not always give you the definitive starting position like this case. You will then need to work on both the row and column.

The second technique is specific to this game and it has to do with the WI. probably you know it already. In case you don't, read (MAN PLAY) and start from there.

Yes, that's the method that I use, but in that case i wasn't able to figure out a 100% cell.


By the way, I am not sure if this is a bug, but sometimes all the numbers in a row or column are grayed out, even though they are not finished:




In this case, I think that the number 5 shouldn't be grayed out, but I am not sure.
(1 edit)

Thank you very much for reporting this. That's indeed a bug. Or I would say the limitation of the matching algorithm. In case you are interested, I have written about the algorithm here: https://chainsawriot.com/postmannheim/2024/07/23/gameprogramming2.html#update-20...

I think I have a fix at least for this case. I will let you know when there is an update (soon).

@ShinuToki Updated. Please download the latest version.

Tanks, I'll test it out.