Dilan vs. Trees

Release date: August 12, 2018.
Platforms: Web.
Coding Language(s): Javascript.
Engine/Libraries: None.


This was initially made in 48 hours for Ludum Dare 42. It's a very primitive looking first person shooter where you are equipped with a flamethrower and tasked with finding your friends among a vast and rapidly growing forest full of spooky scary skeletons. This is my first game to feature characters from my old cartoon series, The Cronikles.

Play (updated version) in browser

Play (original 48hr version) in browser

See Ludum Dare entry

screenshot screenshot

The game was written in pure Javascript. Every object in the game is a 3d point that is projected onto the screen, with a 2D image drawn over it that is scaled by distance. This gives it the look of an old DOS first person game, and the music uses DOS OPL sound card samples to fit with the theme. The music was made using Zandro Reveille's OPL3 soundfont (licensed under CC-BY-SA) and The Fat Man's OPL2 soundfont.

Download (updated) source code

Download (original) source code