Recent content by sam256

  1. S

    Making a 1-bit game engine

    I tried to post this in this thread and either I messed up or someone moved it because I posted in the wrong place. Either way, because people here expressed interested in source code for other 1bit sprite animated games, I just wanted to make sure you were aware of this thread which has links...
  2. S

    68k Soft Dorothy Software — Early Shareware Projects

    This is very cool. You may know this already, but if you are looking for examples of source code of 1 bit games for the mac, John Calhoun (who wrote Glider) released basically all of the code for his original shareware games on Github here (look at both the Cassady and Greene and the Soft Dorthy...
  3. S

    Port of Continuum (classic mac game) to web

    A few years back the authors of Continuum -- a black and white arcade game for 68k macs -- released the code for the game into the public domain. I recently finished porting it over to Javascript so it runs in the browser using Canvas for rendering and browser Audio Worklet for sound. I've...