Difference between revisions of "Visual Basic"

From RogueBasin
Jump to navigation Jump to search
(external links + cat)
(expanded article)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Visual Basic Roguelikes ==
'''Visual Basic''' is a modern, object-oriented programming language designed to simplify development for [[Windows]]. Visual Basic was moved to the .NET platform in 2001 and renamed '''Visual Basic .NET''', which broke earlier programs written in VB6 and before. The language itself, however, has not changed much.


As its name suggests, Visual Basic is historically related with [[BASIC]], but today it is only noticable in the syntax.
Mono is a project which attempts to provide a CLR for non-windows systems, and with it support for Visual Basic outside of Windows.
== Roguelikes in Visual Basic==
* [[3069]] (VB.NET)
* [[Heroic Adventure!]] (VB.NET)
* [[Heroic Adventure!]] (VB.NET)
* [[Mines of Morgoth]] (VB6) ([http://www.minesofmorgoth.com/ site])
* [[Lords of DarkHall]] (VB6)
* [[Mines of Morgoth]] (VB6)
* [[Numbers]] (VB6)
* [[Paprika]] (VB6)
* [[Paprika]] (VB6)
* [[War of Wizards]] (VB6)
* [[Lost Labyrinth]] (BlitzMax, PureBasic)
* [[Tiny Rogue Like]] (QB)


== External links ==
== External links ==

Latest revision as of 23:03, 10 May 2013

Visual Basic is a modern, object-oriented programming language designed to simplify development for Windows. Visual Basic was moved to the .NET platform in 2001 and renamed Visual Basic .NET, which broke earlier programs written in VB6 and before. The language itself, however, has not changed much.

As its name suggests, Visual Basic is historically related with BASIC, but today it is only noticable in the syntax.

Mono is a project which attempts to provide a CLR for non-windows systems, and with it support for Visual Basic outside of Windows.

Roguelikes in Visual Basic

External links