Skip to content
/ CML Public
forked from keim/CannonML

Haxe port of Keim's great CannonML shmups pattern generator

License

Notifications You must be signed in to change notification settings

gunnbr/CML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CannonML

CannonML (Cannon Macro Language) provides a Flash shmups pattern generator represented in very very short text.
Nomltest on Flash is the best example what CannonML can do.
Try cannonML workbench in browser(Press [Language] to change language).

Haxe port

This is a port of Keim's great CannonML to Haxe.

At the moment, most everything works to the point where NomlTest works!

Scripting style

bs,4,,10bm5,360f10{i30vw90br5,360,2,2f4{i30v~ko}w10ay0.05}

This quite cryptic script is used here.
Basic tutorials are in workbench.
More informations are in the language reference(Japanese).
And another cannonML script for whole stage, copy and paste it on workbench to start game.

Coding style

The CannonML library is already installed in Wonderfl. You can check some codes using CannonML.
CannonML - Wonderfl build flash online
CannonML v0.31 API Documentation

Installation

To install, run 'haxelib install cannonml'. Then add '<haxelib name="cannonml" />' to your project.xml.

About

Haxe port of Keim's great CannonML shmups pattern generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 99.3%
  • CSS 0.7%