Log In  

Cart #santa_cross-0 | 2021-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

It is my short-time-making challenge.
I spent two nights making this cart.
You, Santa, make children's wishes come true.
Merry Christmas!

P#103410 2021-12-23 15:43

1

Lovely little game for Christmas - very polished.

Hope your Christmas wishes come true @kadoyan

P#103412 2021-12-23 17:57

Great work! One minor thing (not even a real issue) is that the shadow gets smaller as you get closer to the ground which isn't accurate so I re-wrote the shadow function

function shadow_draw()
    local shadowc={6,5,1}
    local shadow=
        flr((20+santa.y)/10)
    ovalfill(santa.x+2-shadow,112,
        santa.x+22+shadow,114,
        shadowc[flr(shadow/4)+1])
end

Hope this works (does on my end) but never the less great game. Cheers!

P#103421 2021-12-23 21:10

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-19 18:21:49 | 0.016s | Q:21