nientedidecente / jebja

a small 2d sailing simulator in haxe/heaps

Home Page:https://jebja.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jebja

simple sailing boat simulator in Haxe/Heaps

hosted web master

VideoExample

How to Run

Prerequisites:

  • Haxe installed (used version 4.1.2 while developing).
  • Hashlink installed (if you want to use the SDL version)

To install dependencies

haxelib install hxml/js.hxml // deps for js
haxelib install hxml/hl.hxml // deps for hashlink

Build

Hashlink

To build it as hashlink-sdl target: haxe hxml/hl.hxml This will generate build/game.hl that will be runnable with hl build/game.hl

Web/JS

To build it as web/js target: haxe hxml/js.hxml This will generate web/game.js that will be runnable by opening the web/index.html with a browser.

About

a small 2d sailing simulator in haxe/heaps

https://jebja.surge.sh

License:GNU General Public License v3.0


Languages

Language:Haxe 99.0%Language:HTML 1.0%