Releases Sync with YouTube Devlogs, HTML and v0.0.9


Releases Sync with YouTube Devlogs, HTML and v0.0.9

Releases

Watching all the traffic I have coming from the weekly YouTube Devlogs I decided to change my release process

Instead of doing big release with a lot of feature (which take longer), I decided I'll do small releases in sync with the weekly devlogs. The release number will be the same as the devlog it corresponds too, so this 0.0.9 is for the Devlog 009

This way everything that you can see on the YT Devlogs can be tested directly in here

YouTube video explaining this Devlog 009: Release Cycle

HTML

Following the same idea of having everything accessible. I've made Isoterra available on browser. But it has a few problems

The main HTML issue is that when I'm compiling the application to it (I code in GO and it's compiled to WASM) everything that I have that is running on the background (in parallel threads) is no longer on the background and it runs on the main loop

This means that a lot of the optimizations that make it run at 60FPS no longer work on the browser. For that reason I disabled mobs(each one was a thread) as it was basically crashing the browser when they tried to pathfind to the player

Changelog for v0.0.9

With all that I also tagged a new release that will include everything I've been working on.

Added

  • Mob spawn, pathfind and attack
  • HP bar with functionality and respawn when killed
  • Potions with HP restore on use
  • (WIP) The new magic attack Flare

Changed

  • Totally refactor all the world generation with decoration
  • Optimized world generation

Fixed

  • Diagonal movement is now same speed as cardinal movement

Files

isoterra_0.0.9_Linux_x86_64.tar.gz 11 MB
20 days ago
isoterra_0.0.9_Darwin_x86_64.tar.gz 12 MB
20 days ago
isoterra_0.0.9_Windows_x86_64.zip 11 MB
20 days ago
isoterra-wasm.zip Play in browser
20 days ago

Get Isoterra

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.