Log In  
Follow
la1n
SQUAREZ
by la1n
[ :: Read More :: ]

brekoutfeverforever is a size-coded breakout. using 256b (rom) for a whole endless breakout. third place at lovebyte 2023.

Cart #breakout256-0 | 2023-07-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

You can play this also in the online arcade @toniz.ch
https://www.toniz.ch/?room=arcade

P#132024 2023-07-16 08:30 ( Edited 2023-07-16 08:33)

[ :: Read More :: ]

hi there,

i am searching for a possibility to read out actual music in soundchannel/'soundchip'. and than i want to play this endless.

is there someone who has an idea, how i could release this?

thanks for any help

la1n

P#103916 2021-12-31 16:03

[ :: Read More :: ]

Cart #zifobejaka-1 | 2021-09-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

taipei1k # game in 1023 bytes

protect taipei! destroy the aliens & avoid the bullets.

type: game (demo)
size: 1023 bytes
features:

  • galaga-like gamemechanic
  • gamemechanic
  • procedural sprites
  • procedural music

enjoy

P#97142 2021-09-10 07:02 ( Edited 2021-09-10 07:10)

[ :: Read More :: ]

Cart #siwwiriwi-0 | 2021-09-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

[img]

small 233b demo with procedural sprites.

a={}
b={}
z=300
for i=0,z do
a[i]=rnd(125)
b[i]=-rnd(300)
end
for i=0,2000 do
d=rnd(i%32)%12sin(i/12)
poke2(0+i,d
d)
end
function _update()
cls()
for i=0,z do
f=b[i]
spr(i%20,a[i],f)
f+=1+i%5
if(f>125)then
f-=250
end
b[i]=f
end
end

P#96857 2021-09-04 08:38 ( Edited 2021-09-04 08:39)

[ :: Read More :: ]

Cart #kohezudde-1 | 2019-07-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

GAMEMECHANICS

Collect yellow squares and avoid red squares!

CONTROL

Cursors < ^ \/ >

DEMAKE

DEMAKE of the flash game squares.

OOP engine gameenginez as base

The interesting part: a simple oop game engine in lua works behind.

Enjoy!

P#65532 2019-07-03 10:11 ( Edited 2019-07-03 16:22)

Follow Lexaloffle:          
Generated 2024-04-19 15:39:41 | 0.106s | Q:24