Skip to content

Bios-Marcel/memoryalike

Repository files navigation

Memoryalike

Just a tiny terminal game where you have to remember the characters presented to you and hit the respective key when they are hidden by a box. It's kinda like memory.

preview

Rules

The rules are quite simple. Your goal is to guess all characters correctly. If you can't do that, you can't win. If at least 40% of the board is hidden, you lose. So speed does matter. Every incorrect guess will give you minus points. While achieving a victory might not be easy, you can still get a good loss.

Controls

You can give up on ESC and restart on Ctrl + R.

If you hit ESC again while still in the "Game Over" / "Victory" screen, you'll be taken to the main menu.

How to use it

You need to download Golang 1.14 or later and either create an executable with go build . or run it directly via go run ..

What's up with the name

That's as far as my imagination goes. If you have suggestions for a better name, feel free to hit me up.

Releases

No releases published

Languages