nice_toast Posted August 3, 2023 Share Posted August 3, 2023 (edited) Hey everyone! I am exicted to announce my first cross-platform game that runs in native performance on any platforms. Play Blocks Fevrio! The gameplay is very simple and straightforward. It's a block puzzle like tetris, but without gravity. There's a tutorial when you first boot up the game that should teach you everything about it. Thanks to Defold, a lightweight cross-platform game engine I recently came across, I was able to build my first cross-platform game with native performance. I've shipped many games made with javascript and Unity. Though both technology are cross-platform, javascript's runtime performance isn't always satisafactory for games with heavy computations, and Unity games can be very heavy to load on the web. Defold is the only game engine I found that can create lightweight games running in native performance on any platforms. In Blocks Fevrio, the algorithm for piece selection is very computationally intensive, thus impossible to perform in javascript. However, I was able to achieve a 3ms calculation by writing the entire algorithm in C, compiled into WebAssembly. Let me know what you think about Blocks Fevrio and Defold! Edited August 3, 2023 by nice_toast Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.