Log In  

Cart #wibokadaho-0 | 2022-09-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


This is a small tool with which you can create 16x16 pixel arts in the pico8 color palette.
best regards

bonbon

P#117209 2022-09-11 15:49 ( Edited 2022-09-13 17:17)

Neat !

I would add a grid option and possible rainbow option, @bonbon.

That could be color #17 (16) where every time you plot a square it increases the color by 1 eventually wrapping around to the beginning.

P#117242 2022-09-12 02:00 ( Edited 2022-09-12 02:02)
1

Yes i think this is a good idea with the grid Option and the Rainbow Color.But should the rainbow Color include all pico8 colors or only a few like red green blue and yellow ? I will add the thinks when i have time (probably tomorow).
Best regards

Bonbon

Sorry for my bad english but i only learnd a little bit english in school

P#117250 2022-09-12 04:11 ( Edited 2022-09-12 04:12)
1

Here Is Version 1.2 with the changes

press o and x to anable or disable grid

Best regards

bonbon

Cart #bewipebura-0 | 2022-09-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#117285 2022-09-12 17:07

Here now, @bonbon.

That turned out quite well.

Cart #pico_paint_mod-0 | 2022-09-12 | Code ▽ | Embed ▽ | No License

Here is a variation where the keys are a little faster. This takes advantage of Pico-8's ability to change delay and repeat speed.

https://www.lexaloffle.com/dl/docs/pico-8_manual.html#BTNP

Also I let the cursor wrap-around the screen.

I also noticed you are using RECTFILL() in 30-different lines for your grid. Here it also is using simpler FOR/END statements and a darker color grid.

P#117287 2022-09-12 17:55 ( Edited 2022-09-12 18:48)

That is really cool, I am not so experienced in pico8 and lua. This is my 3 project. My beginning was watching youtube series where I tried to reproduce the examples on my side. I am really happy that you provide me with feedback, so that I can increase my skills and I can learn some new things.
Best Regards

Bonbon

P#117291 2022-09-12 18:49
1

Cart #picopaintv2-0 | 2022-09-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


I noticed that if i use btn() instead of btnp() its also moves faster.
So i tried to change if you pressing o + right to change the color but it didnt work.
But here is version 1.3
Best Regards

Bonbon

P#117296 2022-09-12 19:14
1

Yep, that's too fast cursor movement though, @bonbon. Save BTN() for instances like auto-fire in games or if you're going to hold it down to display something that vanishes when let go of.

For your paint program, BTNP() is perfect, and feel free to adjust the numbers above.

8 to me is perfect for delay and 1 for repeat speed, maximum.

Try out this cart to see what buttons affect what joystick controls:

https://www.lexaloffle.com/bbs/?pid=116361

Notice it shows what to type in Pico-8 to determine that button or keystroke.

P#117299 2022-09-12 19:25 ( Edited 2022-09-12 19:29)
1

Ok yes you are right its really a little Bit to fast.
I will change it when i have time today or tomorrow.
But your card about the input is realy cool.
Best Regards

Bonbon

P#117338 2022-09-13 04:10
1

Cart #pico_pain_v1_4-0 | 2022-09-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Here is version 1.4.
I changed the btn() back to btnp() and used instead the poke() commands.
Best Regards

Bonbon

P#117351 2022-09-13 13:30
1
P#117352 2022-09-13 13:36
1

Well thank you so much, @bonbon.

As you're pretty new here one of the highest honors you can receive for your carts or give to others is what we call a Gold Star. It looks like this:

You can give anyone you want a gold star by clicking on the gray star that is at the top of the cart found HERE:

Here let me give you one to demonstrate - and also because I like your cart as it works in a grid.

Now if you notice a cart that has hundreds of gold stars, chances are it is a REALLY good game or cart. That's how we rate things here. And of course the kind and thoughtful comments, possibly even suggestions, are more than welcome in many cases, especially for new Piconians finding their way around ...

Pico-8 has been around a very long time now so don't be surprised to find games and carts that are years old - and of course are loved and favorited by many active Piconians. :)

P#117368 2022-09-13 15:55 ( Edited 2022-09-13 16:05)
2

thank you for explaining this to me.
I'm glad that there is such a great community here (unlike in other communities) without hate. And it's really fun to write things in pico8 because you have all the tools right there.
Best Regards

Bonbon

P#117370 2022-09-13 16:07
2

This is version 2.0
Nothing changed except that I added a start screen.
Best Regards

Bonbon

Cart #pico_paint_v2_0-1 | 2022-09-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


press Button (o) in the titlescreen

P#117377 2022-09-13 17:08 ( Edited 2022-09-13 17:42)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-04-18 09:33:20 | 0.040s | Q:47