Project

sottolio

0.0
No commit activity in last 3 years
No release in over 3 years
Engine to make visual novel games to be run inside your web browser.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.4

Runtime

~> 0.8
 Project Readme

sottolio - รจ sopraffino

Porting of Sottaceto in JavaScript written in Ruby thanks to Opal.

Just like Sottaceto, sottolio is a game engine to create visual novels with ease. These games run everywhere, you only need an internet browser which supports JavaScript and HTML5 decent internet browser.

The scripts (check example/scripts) are pretty self-explanatory (even more than Sottaceto's ones, actually).

Backgrounds, musics, and other stuff are kept inside example/game/resources/.

Setup

$ gem install sottolio

$ npm install -g uglify-js

Run the demo

$ sottolio example/scripts example/game/sottolio

sottolio will generate example/game/sottolio.js and example/game/sottolio.min.js that are nothing but the compiled versions of the scripts inside example/scripts.

You're now ready to open example/game/index.html in your browser!

The demo is also available in the web, as well the video gameplay (it's a bit old tho).