|
|
|
Quest lets you create sophisticated text-based games, without having to program. You can make text adventures, role-playing games, training materials, simulations, interactive fiction, online multiplayer environments and more.
With its easy-to-use visual editor, absolutely no programming is required - everything about your game is displayed in plain English. A full tutorial is included so you can get started quickly.
You're not just limited to text - your games can come alive with pictures, sound effects and music. Plus, with QuestNet Server, you can create and host online multi-player games.
Quest has powerful features for keeping track of what happens during the game, so you can create the exact behaviour you need. A reference guide is included for Quest's more advanced functions.
In your Quest games, you can create rooms, objects, characters, containers, and surfaces. Pick up and drop objects, use objects on other objects, and give objects to characters. Easily add commands, so players can do what you want them to do. Use scripts to make absolutely anything happen in your game. Move the player, move and hide objects. Display menus, use subroutines, functions, loops, conditional statements and more. Change object properties during the game, create and clone objects, use variables, flags, timers and external libraries. Quest supports random number generation, string handling functions, arrays and inheritance of object properties - and all of these advanced functions are available from a plain-English interface. So you can create sophisticated environments easily, and you won't come across any limitations.
You have full control over text formatting, fonts and colours, and you can display pictures in BMP, GIF or JPEG formats. You can play music and sounds - MP3, WAV, MIDI and MOD. The Quest Compiler encrypts your game so others can't edit it or cheat, and all included graphics and sounds can be put into one file.
Quest - let your imagination fly.
|
|
|
replace in string
mail handling
error handling
guitar toolbar
Connection String
stock handling
-------------------------
|
|
Fast string search (indexOf) using the Boyer-Moore
algorithm. Incorporate this class into your own Java
programs to rapidly search strings.
use:
import com.mindprod.Boyer.Boyer;
...
Boyer b = new Boyer("dogcatwombat");
int where = b.indexOf("cat");
or
int where = Boyer.indexOf("dogcatwombat","cat");
Boyer-Moore is about twice as fast as String.indexOf when
the string you are searching in is 2K or over and the
pattern you are searching for is 4 characters or longer.
String.indexOf is particularly slow when the pattern begins
with a common letter such as "e". Boyer-Moore is fastest
when the pattern is long and composed only of uncommon
letters, e.g. "z" or "^". If you use a char[] instead of
String for your text to be searched, it will run an
additional 33% faster.
Boyer automatically reverts to String.indexOf when that
would be faster.
Quest: http://www.axeuk.com/quest/quest405.exe
Boyer: http://mindprod.com/zips/boyer15.zip |
|
The Chords & Scales is a windows software tool designed for musicians and
guitarists who want to quickly gain knowledge about the guitar fretboard.
Become a Master of Scales, Modes, Chords and Arpeggios with this fully interactive
Chords & Scales software!
Using any of its many features will really open your eyes to guitar fretboard and ears to music!
This tool is made by musician for musicians!
Guitar Chords and Scales: http://www.desktopmetronome.com/Chords%20and%20scales/Chords%20&%20Scales.exe
|
|
|
|