pouët.net

Go to bottom

Sphere of Influence by wamma [web]

  Sphere of Influence

  Assembly 2018

  wAMMA

  y0bi

  This is not actually a JavaScript intro. JS just happened to be the
  most convenient platform for optimizing the intro down to 1k. The
  thing is written using my own esoteric toy language that is capable
  of targetting various platforms. C was used during development to
  catch a few more bugs that the way too lenient JS happily ignored.
  Also used JSExe for compression. Huuuuge thanks to cb / adinpsz for
  that!

  The effect uses software rendering, 8bit palette and integer
  arithmetic. Looks like arse due to that, but on the other hand it
  does not rely on the existence of OpenGL, DX or any other huge
  libraries.

  I will eventually do a DOS version and some other platforms once I
  get around to fixing the compilation rules for those targets. The
  same code should happily compile into 16bit x86 assembly without
  any alteration to the source.

  The language can be found at github.com/mjvesa/shoplifter I will
  probably post the source of this intro there at some point.

  Anyways, thanks for watching and hope to see you in the next
  one soon.

  PS. 17 years since my last entry to Assembly. That must mean I'm 17
      again, right? Right.
Go to top