Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Arjunaz78 on Mon 19/09/2011 21:36:07

Title: Create a Word Games [SOLVED]
Post by: Arjunaz78 on Mon 19/09/2011 21:36:07
sorry for ask a noob question here..but i want to know if any way i can create a word games using ags editor like bookworms,scramble,word link or maybe wheel of fortune games?
Title: Re: Create a Word Games
Post by: pcj on Mon 19/09/2011 21:43:26
If you are wanting multiplayer with users on separate computers, it would be tricky to implement.  Single-player AI would also be tricky.  You would probably need to implement a dictionary, which I can think of a few ways to do (the text parser for instance, but that's a bit more involved than a normal parser for a game).  Overall, it seems rather kludgy.

AGS isn't really meant for word games, but it is within the realm of possibility.  So, yes, it's possible, but I'm sure there's other tools which would be way better suited for it.
Title: Re: Create a Word Games
Post by: Arjunaz78 on Mon 19/09/2011 21:58:25
Yeah...i agree with you mate..AGS stand for adventure games right?but i'm sure the editor have a hidden tools to make it happen,although they need a dictionary to be included in the games too..

sorry for ask this,but i want to make a awesome games using AGS editor without having to use a different games engine..for me AGS Editor is a great great great games engine that I had never seen before..

p.s - sorry for my bad ENGLISH again.. :-)
Title: Re: Create a Word Games
Post by: steptoe on Tue 20/09/2011 09:20:59
It would take a very experienced AGS scripter to implement a decent word type game although a simple game is possible.

With hard work you could do something, but your efforts may prove fruitless and time consuming for you at this stage.

Once you've got enough AGS knowledge and scripting then it could be something you could work towards.

Title: Re: Create a Word Games
Post by: Arjunaz78 on Tue 20/09/2011 19:29:46
So that's mean i can make a simple word games instead a complicated word games using AGS right??
Is it possible i can make a hidden object game style too?
Title: Re: Create a Word Games
Post by: pcj on Tue 20/09/2011 19:32:33
Yeah, a basic word game should be doable.  And hidden object games should be easy.
Title: Re: Create a Word Games
Post by: steptoe on Wed 21/09/2011 06:36:54
Hi

if you read the help manual in AGS you will find most of what you need in terms of how to script to enable you to make a basic word game like how to make objects visible/invisible, clicking on objects/hotspots etc etc

Good luck
Title: Re: Create a Word Games
Post by: Arjunaz78 on Wed 21/09/2011 21:39:44
oh really?it's already been told in the AGS manual,huh?
or i miss something?which part?
Title: Re: Create a Word Games
Post by: steptoe on Thu 22/09/2011 04:53:15
I'm referring to the script elements not an actual game.


Title: Re: Create a Word Games
Post by: Khris on Thu 22/09/2011 15:14:19
Arjunaz78, the problem is that you want to build something rather complex but don't even know how to start.
So at this point, we can either provide you with ready-made code you probably will have a hard time understanding or fitting to your needs or you can shelve the word game idea for now and create a simpler game.

steptoe was merely pointing out that in theory, everything you need is available. Putting it together is another issue and of course the manual doesn't explain how to do every single kind of minigame, but there's no need to get overly sarcastic.
Title: Re: Create a Word Games
Post by: Arjunaz78 on Thu 13/10/2011 20:38:47
Thanks mate..i know the help manual have a valuable info that will guide me to make this happen,i will try it although it is difficult & impossible :)

THX.