Log In  

Cart #58669 | 2018-11-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


LOOK IN CODE FOR INSTRUCTIONS!!!

P#58631 2018-11-01 15:04 ( Edited 2018-11-01 19:04)

Top comment is the update so comment frequently before 10 am the next day!

P#58634 2018-11-01 17:40 ( Edited 2018-11-01 21:40)
pset(66, 64, 0)
pset(64, 66, 0)
pset(65, 67, 0)
pset(66, 66, 0)

am I doing this correctly? more than one pixel per comment is okay, right?

P#58636 2018-11-01 19:19 ( Edited 2018-11-01 23:19)

Alright, here's mine:

t="--000000---077070-00077070-07700070007770777007707070000077700--0770770--0000000-"for i=0,8 do for j=0,8 do n=j+1+i*9 c=sub(t,n,n)if c!="-" then pset(32+j,32+i,c)end end end

Adventurer I drew planned for a future Pico-8 cart.

Adding to your code that would be:

Cart #58639 | 2018-11-02 | Code ▽ | Embed ▽ | No License

You also might want to limit sizes of drawings and their animation space. Someone may decide that the remaining free 96x96 pixels you have in here is just big enough for their single graffiti entry or space to animate in. :)

P#58637 2018-11-01 21:25 ( Edited 2018-11-02 01:41)

kittenm4ster yeah that s not against any of the rules! more than one pixel per comment is okay!

P#58654 2018-11-02 02:23 ( Edited 2018-11-02 06:23)

Near 10:00 am on November 2nd I will be updating the cart with new one. This new cart will act the same way, where as you can comment your code and I will put it in the following day at 10:00 am. The commented code on this thread will be put into the code of the update so comment as much as you can!
The code will be added from the top comment to the bottom comment so get ready!

P#58659 2018-11-02 02:56 ( Edited 2018-11-02 15:15)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 23:28:55 | 0.010s | Q:24