Dark Bit Factory & Gravity

PROGRAMMING => Other languages => Blitz => Topic started by: Hotshot on February 03, 2016

Title: Monkey 2
Post by: Hotshot on February 03, 2016
Monkey2 is a new programming language currently under development designed for creating cross-platform apps and games.

Monkey2 features a clean, clear syntax that is largely self-documenting. For example, here is how you declare a class in monkey2:

Code: [Select]
Class MyClass Extends BaseClass
 
   Field position:Vec2f
   Field velocity:Vec2f
 
   Method Update()
      position+=velocity
   End
 
End
Title: Re: Monkey 2
Post by: Pixel_Outlaw on August 12, 2017
I really hope a lot of people support Mark so he can continue to live off the Blitz line of projects.
For simply getting your project off the ground with little multimedia/OpenGL fuss they can't be beaten.