Daniele's experiments

Welcome!

I'm Daniele, I am a software developer and here I host some of my projects and games I worked on for fun.

About me

I am a software developer and in my work life I've been mostly working with C# as a backend developer. In my free time though I deeply enjoy working on weird projects, games and experiments.

You'll fine some of my most complete projects here.

To reach out, you can check out my linkedin profile, or you can write an email to me at "contact" at (this website's domain)

Games

Here is a collection of a few games that I did in collaboration with other people.

Most of the games have been made for Ludum Dare, a game jam where participants need to make a game in 48/72 hours.

LD44: Influencer

A game where you play as an influencer trying to get the best pictures in dangerous situation. Done in a team of 2, in 48h as part of LD44

Play

LD39: The infinite mine

A 2d strategy game where you have to hold off the enemy waves as long as possible. Done alone in 48h as part of LD39.

Play Source

LD31: Snowing in the wind

A maze solving game where you also have to avoid / kill black snowmen. It's very difficult and sometimes unfair. It was made in a team of 3 in a weekend.

Play Source

Other projects

Make-a-LISP in Rust

A LISP dialect interpreter written in Rust. Pretty slow, but easily extensible. Supports macros and is able to self-host.

Source

This website

This website is made in Rust! It currently looks like a static HTML page, but it's actually generating the list of projects dynamically via tera templates and Rocket.