top of page
BG_Splash3_300x.png

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

I am the Elder God

Project focus

Proof of Concept

Released

September 2019

Project Size

Medium (2000 lines of code)

Source Code

A proof of concept game made with Rust on the Quicksilver engine. I wrote this game in Rust and deployed it in WebAssembly. Rust has great potential to produce memory safe, low overhead code so I chose an engine that supported compilation into a browser friendly binary code like WebAssembly. I made this project to encourage people to support and develop frameworks for Rust as a game programming language for browser native games.

Major components
- State machine to implement core game loop
- Custom animator and music player for effects and looping music
- Turn and action state controllers to regulate turn flow
- Interactive environment with an on-demand level scripting feature
- Art and text assets to make the game playable without a tutorial

© 2025 by AerieLogic

bottom of page