Categories
Tags
Archives
Links
Meta
Category Archives: PHP
Crindigan: An Introduction
This entry is meant to quickly describe what Crindigan is, and what led to its creation. As the description on Google Code states, it is basically a web-based role playing game, played through a user’s browser using standard technologies like … Continue reading
Mariph
Mariph is a collection of a few classes that can read a subset of Ruby’s Marshal format. I wrote it back when I worked with RPG Maker XP, and wanted to convert the marshalled data from that program into something … Continue reading
Voronoi Diagram
Here’s another imaging example done with PHP – a Voronoi Diagram. I don’t exactly remember when I wrote this, but it was some time this year. The code doesn’t use any fancy, ultra-efficient algorithm, so it takes several seconds to … Continue reading