KonsolScript

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.


Contents

History & About

KonsolScript is an opensource, cross-platform C-Like Scripting language developed in Philippines by Mj Mendoza IV. Games made in KonsolScript runs on the two most dominant OS of today (GNU/Linux and Windows).

Though interpreted, it still gives an average acceptable speed suitable for 2D game programming. It was designed for 2D game development by game hobbyists.

The KonsolScript syntax is mostly derived from the C programming language family like C, PHP, ActionScript, etc.

KonsolScript can be found at: http://konsolscript.sourceforge.net

You can find there the IDE and some games (but there aren't any really interesting yet). Make that first interesting game -- learn KonsolScript, its fun.

The good side of KonsolScript is community-focused. One great feature (handling keyboard-strokes) was added in the demand of its users. Bottomline, your game will surely be added in the gallery.

Edit

Development

KonsolScript Editor

A free and open source KonsolScript development environment written in VB6 with VB6-wrapped Scintilla.

Features
  • code-folding,
  • code-hinting,
  • code-completion and
  • syntax-highlighting.
  • unlimited number of Undo, which is helpful for beginners messing around.

Works under GNU/Linux platform using WINE (WINE Is Not Emulator).

Edit

Tutorials and Source Code

For tutorials on KonsolScript, click here: View KonsolScript Tutorials.

Community Help

Files:GUITutorial_info.gifStill need help? Ask on the forums and see what we can do. Official KonsolScript Forum