0.0.14 • Published 8 years ago

hannah v0.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Hannah

A simple HTMl5 game engine for quick prototyping / game jams.

Features

...

Future Plans

hannah init
Creates a default project structure.

assets/
scripts/
config.json

hannah run
Runs the project in electron w/ a quick module transpile with babel.
Somehow watch the project for differences, to prevent excessive work?

hannah build [target]
Builds the project for the given target. Somehow watch the project for differences, to prevent excessive work?

Targets:

  • Electron ( default, desktop )
  • Rollup ( browser )