I'm trying to create a cluedo game with visionaire. Let me just say that i have no idea of programming or what soever but i'm willing to invest time in learning, if someone provides a link for a tutorial of programming for what i'm trying to achieve or just point me to the right direction. Any ideas?
Thanks in advance!
what sort of style are you going for 3rd person, 1st person, find the object & so on?
I can't say I've ever played cluedo only that I know it's a who's done it board game thingy.
+ there's Glenfx's & Suro's tutorials in the tutorial section ... all in English
there's some documentation on LUA Scripting within V.S but it's not exactly detailed & is lacking clear examples of code - can be found here:
http://wiki.visionaire2d.net/index.php?title=Scripting http://wiki.visionaire2d.net/index.php?title=Data_Structure_3.x
Safe
having said that I believe the dice would be possible to a point by using a random value in LUA or maybe even in the v.s editor itself.
the AI probably not so much.
everything else aye using conditions, values, if else statements.
you could use random values on new game start to determine which storyline the player will play & using values & conditions you could even make it an adaptive storyline based on clues or decisions you make.
you should pick up the editor itself in no time
& you're welcome