I want to make a hangman game, using actionscript course.
and I wanted to make this game a little differently, which can tell more than one letter in one guess. with string matching algorithm is Turbo BM
if anyone can help me?

Unless you're making them guess a novel as the 'word', you don't need specialized string matching. Most languages have a 'find this string in that string' command already that will work just fine.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.