Introduction

[ Home ]

 

Vecset is a software tool which enables you to create multiplayer board games, as well as games with 2D animation (and ultimately 3D animation). You can log on to vecsworld.com and play these games with other Vecset users. Vecset is based on a powerful yet easy to learn, object-oriented scripting language called Vecscript. Non-programmers can create drag-and-drop games, and both novice and advanced programmers can use Vecscript to add functionality to these games.

 

What sets Vecscript apart from other languages is its dual-syntax capability, which defaults to prefix mode (all operators come before their operands), and also gives you the option of infix mode (binary operators come in-between their operands). When prefix mode is enabled, Vecscript resembles Lisp, but when infix mode is enabled, it looks a lot like Java (Vecscript is based on Java).