Template:KonsolScript:History

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.

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.