Skip to content

JohnEarnest/Mako.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mako.js

Mako.js is a JavaScript implementation of Mako, a virtual game console. An interactive gallery of Mako programs can be found here.

Specifying a rom argument to the gallery URL can link to a specific Mako rom:

http://johnearnest.github.io/Mako.js/?rom=Yar

Command-line (CO IO only) Mako programs can be run locally with Node.js:

$ node MakoCLI.js roms/testcli.rom
Hello!
Please enter some text: For Example...
You entered 'For Example...'
Have a nice day.
$

Note that while character input from stdin does not work in the current release version of Node (at time of writing v0.10.31) it does work with v0.11.13.

About

A Javascript/HTML5 MakoVM runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published