Artificial intelligence/templates/examples/rts/rpg/strategy ect. in MonkeyX/CerberusX language. You can download the free version of MonkeyX from itch.io or Cerberus-x.com The Flash applets will stop working in around 2020.
I figured out how to create a simple graphical window. This is the code I got for it.
Code below :
Import mojo Class MyGame Extends App Method OnCreate() SetUpdateRate(60) End Method OnRender() Cls(100,100,100) End End Function Main() New MyGame() End
Neat, EXCELLENT ! I'm just learning Graphics on Monkey.
Note: Only a member of this blog may post a comment.
Neat, EXCELLENT ! I'm just learning Graphics on Monkey.
ReplyDelete