Log In  
BBS > Lexaloffle Community Superblog
This is a combined feed of all Lexaloffle user blogs. For Lexaloffle-related news, see @zep's blog.

All | Following | PICO-8 | Voxatron | General | Off-site
[ :: Read More :: ]

Cart #tabutil-0 | 2024-03-28 | Embed ▽ | No License

tabUtil.lua library for use with Picotron
Contains useful functions for working with tables

Install with load #base64 and run it with crtl+r
A new file will be created /appdata/system/lib/tabUtil.lua

I personally love to use tabUtil.toString(#Table), its handy for debugging

Contains 3 functions, Usage Below

include("/appdata/system/lib/tabUtil.lua")

myTable = {
    name="Microsoft",
    employees={"Bill Gates", "Some Dude"},
    myFunction=function () print("Im a function") end,
}

meSecondTable = tabUtil.shallowCopy(myTable)
myTable = {}

print(tabUtil.getKeyCount(meSecondTable))
print(tabUtil.toString(meSecondTable))

This prints out the following

Verion 0 - Initial release

dynInclude compatible: https://www.lexaloffle.com/bbs/?tid=141042

P#144789 2024-03-28 06:15
 
P#144781 [under spam review]
[ :: Read More :: ]

since Picotron 0.1.0c, I got some issue typing AltCar caraters like []{} and the problem still there on latest 0.1.0d. Do I'm the only one who still got that bug there?

P#144717 2024-03-27 16:10
[ :: Read More :: ]

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?

P#144477 2024-03-26 00:18 ( Edited 2024-03-26 00:23)
[ :: Read More :: ]

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

P#144163 2024-03-22 20:55
[ :: Read More :: ]

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

P#144142 2024-03-22 15:44 ( Edited 2024-03-22 16:13)
[ :: Read More :: ]

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

P#143637 2024-03-18 03:29 ( Edited 2024-03-18 03:40)
[ :: Read More :: ]

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

P#143588 2024-03-17 23:20
[ :: Read More :: ]
P#143586 2024-03-17 23:19
[ :: Read More :: ]

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

P#143058 2024-03-15 04:25 ( Edited 2024-03-15 04:36)
[ :: Read More :: ]

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

P#142901 2024-03-14 08:01
[ :: Read More :: ]

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-3 | 2024-03-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

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
  • Pick up bones for EXP!
  • Added EXP and LV system
    • Level ups refill health
    • Level ups decrease time between wag attacks
    • In the future they will give the option for different weapons
  • Added sprites for another dog (co-op?)

v0.1 - Day 1

Boy, figuring out how to get the enemies to follow you was hard, but it works now!

  • Changed BG to black
  • Cleaned up sprites to show better on black BG
  • Added tail wag attack (collision is buggy)
  • Added cats as placeholder enemies
  • Cats can be tail wagged at
  • Cats follow you (so hard to figure out!)
  • Barking is still just for funzies

v0.0 - Midnight Start

Put in two solid hours tonight and got a lot accomplished. The current idea is to make a vampire survivors style game.

  • Got my basic project set up
  • Plugged in my game intro
  • Hooked up my dog sprites
  • Got movement working and a basic animation system in place
  • Added "press O to bark" for funzies
P#142768 2024-03-11 20:37 ( Edited 2024-03-20 05:46)
[ :: Read More :: ]

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.

P#142748 2024-03-11 04:35 ( Edited 2024-03-11 04:36)
[ :: Read More :: ]

Z -> Shoot
X -> Dash/Bomb (stop moving + press X to switch modes)
(Bombs don't currently work)

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

P#142744 2024-03-11 02:32
[ :: Read More :: ]

Started work on a game in which a hermit crab looks for a new home. Shelving it for now while I work on some other things but I liked the cute animation of the crab so I figured I would post it. Enjoy.

P#142710 2024-03-10 05:21
[ :: Read More :: ]

I think PICO-8 palette become boring a bit and I propose to change it to something that looks more like a toy, Sweetie16 palette is a good example I think. I made this and i don't mind. example how it would look:

P#142673 2024-03-09 05:09 ( Edited 2024-03-27 02:20)
[ :: Read More :: ]

Cart #rainbow_rays-7 | 2024-03-07 | Code ▽ | Embed ▽ | No License
2


first "game" on pico 8 hope you enjoy!
Controls:
⬆️ to move up
⬇️ to move down

P#142532 2024-03-07 02:13 ( Edited 2024-03-12 21:39)
[ :: Read More :: ]

first "game" on pico 8 hope you enjoy!
Controls:
⬆️ to move up
⬇️ to move down

P#142528 2024-03-07 02:05 ( Edited 2024-03-07 02:07)
[ :: Read More :: ]

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

P#142459 2024-03-05 14:34
[ :: Read More :: ]

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

P#142373 2024-03-03 22:15
View Older Posts
Follow Lexaloffle:          
Generated 2024-03-28 08:45:35 | 0.083s | Q:71