Stone in a Glass House
Go to file
3wc dd9fc47787 README and makefile improvements 2024-02-14 12:32:45 -03:00
res Add EventBus and GameScene from ecs 2024-02-14 00:21:02 -03:00
src Make dialogue system work (hackily) with domkit 2024-02-14 12:13:29 -03:00
.gitignore Make HTML5 work again 2024-02-13 00:04:25 -03:00
README.md README and makefile improvements 2024-02-14 12:32:45 -03:00
compile-common.hxml Make HTML5 work again 2024-02-13 00:04:25 -03:00
compile-hl.hxml Make HTML5 work again 2024-02-13 00:04:25 -03:00
compile-js.hxml Make HTML5 work again 2024-02-13 00:04:25 -03:00
index.html Add index.html for HTML rendering 2024-02-13 03:27:22 -03:00
makefile README and makefile improvements 2024-02-14 12:32:45 -03:00

README.md

rewild / stone in a glasshouse

Development

Requirements

  • haxe
  • haxelib
  • Haxelib dependencies; run haxelib install compile-hl.hxml
  • automake

Compiling

make debug

You can alternatively run make watch to automatically rebuild on changes to .hx files.

Running

make run

Making a release

TODO: Making a redistributable hl version

Web

make bin/rewild.js
abra app cp <domain> bin/rewild.js app:/usr/share/nginx/html/bin/