News:

Printed Amstrad Addict magazine announced, check it out here!

Main Menu
avatar_ssg

11 bytes maze generator

Started by ssg, 23:09, 24 March 15

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ssg

Hello folks :) It's been a while.

Here is my take on "10 PRINT"-style maze generators (11 bytes of machine code):

Source code is at:

ssg/mazecpc · GitHub

EDIT: Zip I attached was broken, download here instead: https://github.com/ssg/mazecpc/releases/download/1/maze.zip

GFXOR

I guess it is the shortest demo on the CPC ! :)
Interesting effect.
Supersly from the Les sucres en morceaux

Zoe Robinson

This is pretty sweet, especially given the size of the code. Well done! :D

arnoldemu

My games. My Games
My website with coding examples: Unofficial Amstrad WWW Resource

Urusergi

An arithmetic view, with the same size and speed  ;D

org         &4000
char        equ &cd
TXT_WR_CHAR equ &bb5d

run $

.loop: 
  ld    a, r
  rra
  sbc a
  add   char 
  call  TXT_WR_CHAR 
  jr    loop


reidrac

Released The Return of Traxtor, Golden Tail, Magica, The Dawn of Kernel, Kitsune`s Curse, Brick Rick and Hyperdrive for the CPC.

If you like my games and want to show some appreciation, you can always buy me a coffee.

Kris


TotO

Is the maze effect hidden on the Firmware 3.15 using the |EE RSX ?
"You make one mistake in your life and the internet will never let you live it down" (Keith Goodyer)

Powered by SMFPacks Menu Editor Mod