Hi guys,
Just want to share my work on an openbor WASM build I made available in this github: OpenBOR-WASM
It also comes with my own game "Super Doginals", a doge themed game.
In addition to the port, I did just few fixes and minor improvements:
+ webm vp9 support with async play instead of threading for web.
+ ogg support for all sounds so you don't necessarily need to keep some wav in your game
+ fixed stereo tracks playback (stereo tracks had issues)
+ fixed stage direction "up" (up and down both considered as down in current code)
+ added back legacy "holes"
Full change log here
It would be great if Openbor dev would support a wasm build officially. I can do a commit in OpenBOR github if they agree.
There is a lot of mention to "doginals" in my repo, which are specific to deploying the game to dogecoin, but you can ignore it if you just want to create a standard wasm game.
Here is the game links, it's free and originally was just meant to be a port of BOR for WASM but I went all-in and just made my own full game instead (its my first):
itch.io
dogecoin link (yes the game also lives on dogecoin blockchain)
enjoy!
Just want to share my work on an openbor WASM build I made available in this github: OpenBOR-WASM
It also comes with my own game "Super Doginals", a doge themed game.
In addition to the port, I did just few fixes and minor improvements:
+ webm vp9 support with async play instead of threading for web.
+ ogg support for all sounds so you don't necessarily need to keep some wav in your game
+ fixed stereo tracks playback (stereo tracks had issues)
+ fixed stage direction "up" (up and down both considered as down in current code)
+ added back legacy "holes"
Full change log here
It would be great if Openbor dev would support a wasm build officially. I can do a commit in OpenBOR github if they agree.
There is a lot of mention to "doginals" in my repo, which are specific to deploying the game to dogecoin, but you can ignore it if you just want to create a standard wasm game.
Here is the game links, it's free and originally was just meant to be a port of BOR for WASM but I went all-in and just made my own full game instead (its my first):
itch.io
dogecoin link (yes the game also lives on dogecoin blockchain)
enjoy!


