Categories
Dev

Rust Limericks

Rust concepts in Limerick form I asked ChatGPT to explain the fundamentals of Rust in limerick form. It helped me gain a quick grasp of the core concepts. Chapters Chapter 1: Ownership Chapter 2: Borrowing Chapter 3: Lifetimes Chapter 4: Pattern Matching Chapter 5: Traits & Generics Chapter 6: Result & Option Chapter 7: Modules […]

Categories
Console Rpg in Rust

Part 1 – Character

We start with creating the character.rs, stats.rs, item.rs and inventory.rs Part 1 – Character We begin with the character, a struct that later will be used for both player npcs. A character has a name, a level, stats and an inventory. The stats are contained in a struct of its own. The inventory simply contains […]

Categories
News

The Ads of Cratered

The funnest part of game design is creating the world itself. For Cratered, I wanted the player to feel stranded in a strange world, at the same time strangely familiar. In this world, outdoor billboards are still a thing and the fictional advertising agencies seem creatively stuck in a deep Saul Bass hypnosis. But I […]

Categories
Games

Cratered is out on Steam!

I did it! My first ever game is live on Steam! What a journey! At the beginning of the project the goal was to simply learn the process of Steam and get a game onto it. But as development went on and scopes kept creeping, it became something more than that. I grew up on […]

Categories
Prototypes

Galaxy Simulator

This galaxy generator uses the density wave theory to create and animate the motion of stars in the galaxy. Interested in the maths? Go to the Density Wave Theory on Wikipedia https://en.wikipedia.org/wiki/Density… And a very good explanation on how to practically apply the theory to visualize it. I’ve translated the C++ implementation found here http://beltoforion.de/article.php?a=s… […]

Categories
Prototypes

Space Simulator

Categories
Prototypes

VR Jetpack

Categories
Prototypes

Space FPS

This is a fps prototype experimenting with low-resolution pixel art textures combined with heavy post-processing effects. Engine: Unity

Categories
Games

Cringy AF

What if Outrun and Miami Vice had a baby with Ola… In a world reeking of 80s nostalgia, pink neon and palm trees, there’s little else to do than race around in a pink Lambo. This arcarde racer lets you play solo or compete split-screen with a ‘friend’ through futuristic streets of the future. The […]

Categories
Games

Stig and the Meteor

Take on the role of Stig, the royal messenger boy, on a quest to save the realm from an oncoming meteor disaster. Explore a Scandinavian inspired fantasy world to find four legendary heroes to vanquish the threat of meteoric destruction. Disclaimer: This demo is a work in progress. Things will most definitely change and improve.Design […]