Log In  

BBS > Community Superblog
All | Following | GIFs | Off-site

Cart #juegofrutas-0 | 2022-10-12 | Code ▽ | Embed ▽ | No License

0 comments


cast:

  • change dimension of userdata buffer for 2d operations
buffer=userdata("u8",4096)
-- get a 8x8 sprite out of it
sprite=cast(buffer,"u8",8,8,1040)

note: not sure how GC can track these chunks - ok to have that as weak references only.

  • matmul with stride
    align with other userdata operations

  • all ops to allow for source index
    use case: array of vectors referenced by index
big_array=userdata(‘f64’,4,500)
….
indices = userdata(‘i32’, 4)
indices:set(0, 3,89,0,75)
out=big_array:matmul(m, indices)
  • min/max
    note: can be done with sort (but overkill)

  • dot:
    cannot operate on partial userdata
2
1 comment


Cart #rebootrdemo-0 | 2024-04-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Currently a demo, still a lot of things to add.

-- controls
➡️⬅️⬆️⬇️ to move

-- pitch of the game
Rebootr is a game about porn addiction, each level represents a situation you're faced with, each little red guy represents urges trying to get to you, each little green guy represents a task you have to accomplish.
Get as far as you can into the dungeon, run away from the red guys, run after the green ones.

Made by Charlie B. (https://www.fiverr.com/charlie_boud), ordered by J.K.Emezi.

0 comments


Optimal Popsicle Obstacle

More of a brain twister than a tongue twister

Cart #popsicle1_0-0 | 2024-04-06 | Embed ▽ | License: CC4-BY-NC-SA


You run an out-of-the-oridnary popsicle stand, setting out your treats at night and only selling them at the end of the day. Within this time, they can melt, sog, or even worse. Your profit depends on how well you can stick, stack and freeze together your goods in order to create the optimal popsicle obstacle.

0 comments


Hey everyone,
the Revision demoparty had a "fantasy console" this year where we showed a Pico-8 demo.
Since it's using multi-cart, you can only watch it online at the moment.

And for those interested, the complete source code is available in the download archive on Pouet.
(On Windows it seems to runs better in Firefox than in Chrome)

There's also a Youtube video.
And a video showing our approach to the music.

Have fun and let us know what you think!

Meanwhile we made some efforts to get this working in the BBS but we still have some difficulties.
For now you can load and run it in Pico8 from the BBS with

#load themind1
run

This will sequentially load all required data carts (which takes a couple of seconds) and stores them in local storage.

[ Continue Reading.. ]

3
0 comments


My Arcade Cabinet Build/Challenge

Hi all!
I'm building a coin operated Wooden Cabinet for a Pico 8 game I made a while back
(It's a local Rock-band Fangame, to go in our local bar)
I've attached an older version of the game at the bottom of the post.

With the game done and the Wooden cabinet assembled, the part I'm currently struggling wth is the Raspberry Pi, and getting it to run my single Pico 8 game on boot.

The "USB arcade Encoder"/Controller I've created seems to work well enough, at least in Retro Pi
-- but I am very unfamiliar with Raspberry Pi.
Can anyone help me get this Pico 8 game to run On boot of the Pi/Arcade cabinet?? Many thanks!

the "spidermaster" game

(note the use of the "o" button as an "insert credit": I'm wiring a 'coin acceptor' into a 'Usb Arcade encoder' controller to work as the "O" button)

[ Continue Reading.. ]

0 comments


Cart #adventurepixel-0 | 2024-04-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Hi!
I create game of my cat.
She calls Su.

Cart #bejibokita-1 | 2024-03-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Hey! I just make a first version of my pico os [0.0.2]

Cart #pico_os_by_cmpdchtr-0 | 2024-03-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Features:
-work with windows
-cool interface
-sound effects

What happens next? [0.0.3]

-work with pico8 apps and games
-full implementation of all basic programs
-full implementation of work with windows

2
0 comments


(oops i have no idea what I am doing)

0 comments


Hello all,

With the release of the alpha of Picotron, I've been thinking about how the growth and adoption of Picotron may possibly affect PICO-8 as well.

I'm curious to hear what any of you have to say — Do you think Picotron will make PICO-8 obsolete due to its more advanced tools, or do you think PICO-8 will maintain its appeal? Will much interest from the community flow towards Picotron leaving PICO-8 behind, or do they occupy distinct niches that can coexist?

As someone who has a few PICO-8 projects I have been working on that have yet to be completed/released, I'm wondering which fantasy platform might be more worthwhile in the long run to focus on, if a choice must be made. I wonder what PICO-8 will still have that would continue to attract those who might also be interested in Picotron.

When Picotron gets into full swing, will any of you keep sticking around with PICO-8 or will you mostly switch to the new platform?

Thoughts?

1
9 comments


Cart #easygemcollect-0 | 2024-03-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Here's my next overly-easy game!
GEM COLLECTOR

  • DOES IT HAVE THAT CUBE RUNNING AROUND AGAIN? -YES
  • CAN YOU COLLECT GENERIC-LOOKING GEMS? -YES!
  • ARE THERE ANY ENEMIES? -NO!
  • IS THIS THE SECOND GAME I EVER MADE IN PICO-8? YES!
  • DOES IT HAVE CRUDDY COLLISIONS? -YES!
  • IS IT EASY? -YES!

idk enjoy XD

0 comments


Cart #handy_timer-3 | 2024-03-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

A handy timer for a class I will hold on pico8. Screensaver in the Background is not by me but by: @Fortyseven
Cart #handy_timer-1 | 2024-03-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #alexbiblio-0 | 2024-03-18 | Code ▽ | Embed ▽ | No License

1 comment


Cart #flowerfarmer-0 | 2024-03-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments




My download from Humble is flag as a Trojan:Win32/Wacatac.B!m

1 comment


Hi,

I'm thinking about drafting a trailer/ad for Lexaloffle's fantasy consoles (PICO-8, Voxatron and possibly Picotron). if anyone has any carts they want to submit for a highlight reel, or any ideas for the trailer, please leave a post in this thread!

MonsieurWaffle

0 comments


Wash's Game - 2024 Game Jelly

I'm participating in the 2024 Game Jelly and needed a place to stash my project so folks can play it.

Cart #poochie_survivors-4 | 2024-03-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

v0.4 - Final Day!

We're all done! This was a lot of fun to make and I'm super proud of how it came out.
I will say, I didn't get to balance it much so it's currently very hard, but I plan to do some bug fixes so make sure to post about them here. :)

v0.3 - Day 6

There is now a core game loop though it isn't very flashy at this point and needs more variety.

  • Added lots of sprites for future enemies and attacks
  • Map now moves!
  • Wag attack fades out
  • Added sfx for damage, enemies, and picking up bones

[ Continue Reading.. ]

3
0 comments


Cart #inflatingblobs-0 | 2024-03-11 | Code ▽ | Embed ▽ | No License
1

Still learning this thing (I am not a programmer). Had an idea for an easy game but wanted to see how I could get blob-type graphics working first to see how they'd potentially look. Kind of fun to watch.

1
0 comments




Top    Load More Posts ->