This site is home to the many programs I have made. There are games and applications for Windows, Web Browsers, Java, Cybiko and Amiga! About this site:
The programs and source on this site were created by me (ssjx) and can be used freely by anyone.
You are more than welcome to host these downloads on your own website but please do not direct link to them here.
And finally, everything on this site is used at your own risk!
Title
Description
Link
Title
Description
Link
Title
Description
Link
Title
Description
Link
Title
Description
Link
⭐ 🗜️ Crunch - Windows Command Line Utility
Crunch is a JavaScript file compressor written in D. The JavaScript's size is reduced by removing comments and newlines. Although I like
Google's Closure compiler, this one is simpler and easier to use. It also features an option which checks for potential problems.
⭐ 🎨 Colour Fill - Browser Game
Browser version of my desktop game of the same name! Fill the area and avoid the dangers in this Stix/Qix type game! Click the link to play
in your browser now!
⭐ 🕹️ Batty - Browser Game
Breakout / Arkanoid clone, use the bat and ball to destroy the wall. 3 levels and various collectables!
⭐ 🏎️ Infinite Road Racer - Browser Game
Browser version of my desktop game of the same name! Avoid the traffic and tanks in this continuous racing game. Fairly
basic at the moment but still fun!
✔️ 🚀 Robo Tanks TD - Browser Game
This tower defense game has had an update! Improved graphics, better presentation and a code clean up! Click the link to find
it and other strategy games!
⭐ 🎄 Christmas Word Search - Browser Game
Find the hidden festive words in this Christmas themed browser word search game! Click the link to find the game!
✔️ 🎄 Christmas Drop - Browser Game
Help Santa deliver the presents in this simple to play browser game! It has had a code clean up and been improved a bit, click the link to
play! Merry Christmas!
⭐ 🖥️ Folder Processing - D Language Guide
How to read the contents of a folder and pass the file names to an external program. The listed example uses ffmpeg (for video)
and cjxl (for images). This was made to solve a problem and seemed worthy of a write-up in case it was useful to anyone else!
Update (15/12/2024) - Code has been tidied and there is now some syntax colouring to aid readability!
⭐ 🎨 Bmp2Bmp - Windows Command Line Utility
Converts a 24bit bitmap to a palette optimised 8bit bitmap! Not sure of the practical use for this one, it was made using the
D Programming Language and source is included!