This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

*wordgame* gamescript

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
A
Antero
Voice
Posts: 3
Joined: Thu Nov 08, 2007 4:12 am

*wordgame* gamescript

Post by Antero »

Hi,

Im requesting scrabble gamescript. So, bot will generate random letters and players makes words of it. Im not telling all of it, so Wikipedia tells.

Script would have a list of allowed words, that any words that doesn't make sense is not acceptable. I have generated list of finnish words (this is coming to finnish channel) but as a tip, with Wiktionary and AutoWikiBrowse can be generated list of english words and many other languages.

It would be nice that it would have generated *.html high scores but that's optional.
Last edited by Antero on Thu Nov 08, 2007 6:08 am, edited 1 time in total.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

That's a pretty huge request, particularly in supplying an adequate dictionary. Displaying that large of a board would also be troublesome, because it would be painfully slow (take a look at the tic tac toe game for example, thats only a 3x3 square.)

It's an interesting suggestion, but for me I think it's much too large a project for one person. Just cross-checking each square (similar to how the tictactoe game does) would require something like 500 tests per letter/turn.

Maybe some other programmers here would like to make a project team? Anyone here good at herding a dev team?
A
Antero
Voice
Posts: 3
Joined: Thu Nov 08, 2007 4:12 am

Post by Antero »

Sorry, i've been trying to think the right word of the game. It's not like scrabble, but players just have to make words from generated letters. Not the board thingy and that..

Can't think that what the name is. :|

EDIT, Like this:
<Bot> Letters are: A D M T Y R

Player1 sends: /msg Bot answer army

<Bot> Player1 got 4 points!

Player2 sends: /msg Bot answer mary

<Bot> Player2 got 4 points!
J
JohnJohnJohn
Voice
Posts: 20
Joined: Mon Sep 24, 2007 12:20 pm
Location: Philippines
Contact:

Post by JohnJohnJohn »

ei Antero i found one similar with your request but its not for eggdrop its an mIRC script.

http://www.mircscripts.com/cgi-bin/file.php?id=16
watch your step. you might fall..
A
Antero
Voice
Posts: 3
Joined: Thu Nov 08, 2007 4:12 am

Post by Antero »

JohnJohnJohn wrote:ei Antero i found one similar with your request but its not for eggdrop its an mIRC script.

http://www.mircscripts.com/cgi-bin/file.php?id=16
Yeah, something like that but for eggdrop. I don't want use mirc as a bot. (besides, i use irssi <3 )
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Ahh you want a boggle type game. That might not be so difficult. Unfortunately, we just moved and I've been busy with real life, so I don't know if I'd be able to work on such a script right now. I can add it to my "todo" list, if no one else wishes to take on the project.

In the meantime, you might like the word scramble games that are already in the archive. They give you a scramble word and your players have to guess the word. It uses a text file dictionary, so you can use whatever words you want (mine uses words from the obsolete words dictionary just to make it harder http://phrontistery.info/ihlstart.html )
Post Reply