FullerData.com - Development
Development interests page. Links and unstructured content is published here, some of it is aging better than others. I wrote my first code in 1983
on an Atari 800 using BASIC, moving to Pascal by 1985 and then C by 1987 - CompSci degree and then professional geek since 1992 (C++, Java, C#... the usual suspects).
Feel free to browse or use anything of interest. No guarantees on what works and no specific theme other than it was something that interested me at some point for whatever reason.
Random source code is also published on my GitHub Profile.
- Fighting Front - Coming soon (still). Turn based hex/square/triangle simple strategy game using Monogame/C#.
- Spider Lander - Lunar Rescue / Lander style game written using Monogame/C#, available on Steam.
- Fortune Cookie - REST service using C# and .NET Core deployed to Azure
- ASCII Art - upload an image and show ASCII version using C#/SkiaSharp
- Simple Insults - relatively clean insults with a British flavour with C#
- Secret Mission - generate a secret mission Risk card using C#/SkiaSharp service
- QR Code - generate QR Codes using QR code library and C#
- Countdown - javascript countdown page for no particular reason
- Lorem Ipsum - silly little Lorem Ipsum generator with some geeky variations
- FireDX2 - Pixel-based old-school fire effect. Originally DirectX/C++, then MDX/C#, now MonoGame/C# (Source)
- FireDX3 - Another ok attempt at fire, this time using particles based on a XNA sample with MonoGame/C# (Source)
- Raster Bar - A little vertically scrolling raster line style graphic to look like the old Atari horizontal raster interrupt colours using MonoGame/C#
- Three.js / WebGL - A spot for playing around with three.js and webgl
- PJPaint - A little floodfill colouring book from 2003 for Paige and James using C# / WinForms
- English Squares - A turn-based Napoleonic strategy game using a minimax algorithm from 2003 using C# / WinForms