hexi icon indicating copy to clipboard operation
hexi copied to clipboard

Make games the fun way!

Results 48 hexi issues
Sort by recently updated
recently updated
newest added

Hello, Hexi games in Transcrypt has now his own repository : [GFK](https://github.com/artyprog/GFK). This site is mainly dedicated to Kids Games and to attract kids to programming. Python is a really...

I had previously implemented a feature to launch games in full screen mode at the click of a button. However, the FullScreen API is quirky, not well supported, and the...

help wanted

Hello, The sprite object is not responding to 'spaceBar' being pressed(the sprite doesn't jump). See code below, I can't figure out the coding error. function setup() { dungeon = g.sprite('assets/dungeon.png');...

Hy, When I execute an hexi game on Android I got the following Error: Script Error: Failed to execute `decodeAudioData`on `AudioContext`: parameter 1 is not of type `ArrayBuffer` Regards

Hello, When two interactive objects are atop of each other and user click on them, both event handlers are fired. Is there a way to ensure only topmost element event...

help wanted

Is there a way to handle drag start stop events of draggable objects in Hexi? Like [this](https://github.com/SebastianNette/PIXI.draggable) for example. Additionally, as stated in Tink, dragging changes stacking order of object...

Hello, I started using Hexi but I can't find all object Pixi has. How can I add rounded rectangle for example? Best Regards, Sasha

Also, there's a bug in the code, if healthBar.width < 0 never occurs, does a rectangle ever go below a 0 value in width/height? Also, thanks for this framework and...