My Terminal Hacker - Theme in progress

Easy - Nintendo Entertainment System

15071983
The Legend of Zelda
Metroid
Super Mario Bros
Cartridges

Medium - Super Nintendo Entertainment System

Masayuki Uemura
ABXY Blue Red Yellow Green
Donkey Kong Country
Star Fox
49100000 Sold

Hard - Nintendo 64

Analogue stick
3D graphics
31122009
Silicon Graphics
MIPS

No link to your gave Damien - can’t give it a go! :cry:

Sorry will do once finished.

1 Like

hehe, no worries - will look forward to the update and giving your game a go :slight_smile:

On a related note, you probably don’t want to include spaces in the words for people to guess, as when you display the jumbled letters it may not be very obvious that they are supposed to contain spaces, for example, if all of the letters happen to appear with the spaces all on the end, no one would know :slight_smile:

Good point! I’ll simplify for the purpose of this I think. But I can always try it and see how it goes too, giving clear instructions.

Cheers

1 Like

Absolutely, you could consider making the words with spaces for a harder level, but, to give the player some indications of how many spaces, perhaps replace the spaces with an _ character in the anagram (a bit like Scrabble) - just a thought…

Example;

string anagram  = "Hello World!";
anagram.Replace(' ', '_');

Debug.Log(anagram);    // should out put "Hello_World!"

You would only want to do this for the output though, not the actual word you want to compare against.

Hope this helps :slight_smile:

Privacy & Terms