Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.
/ 8ball Public archive

Simple ANTLR scripting language for generating MSPA-like webcomics.

Notifications You must be signed in to change notification settings

svby222/8ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

8ball scripts

(This project is not affiliated with mspaintadventures.com and is simply a "fan project".)

Demo

scheme default:
	AG: "#005682"
	TG: "#e00707"
end

page (title: "Vriska: Do something."):

	flash "animation.swf" (width: 500, height: 280)
	
	image "vriska.png" (width: 500, height: auto)
	
	text "Hello world!"
	
	log "Pesterlog" (colors: default):
		AG: "Sample text"
	end

end

Converting a .8b script to HTML

EightBallScript script = EightBallScript.from("some/file.8b");
script.writeToFolder(new File("some/directory"));

Demo result

Results are available here. Flash animation credits go to Davdus!

That's all you need. CSS and JS will be copied to this directory as well.

About

Simple ANTLR scripting language for generating MSPA-like webcomics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published