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 #neriwosizi-0 | 2024-07-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

This is a custom song and not a remix of any other song. You can use this song in one of your projects as long as you credit me in it. Thank you!

P.S: if you noticed why i kept using the phaser instrument, its because it reminds me of one of the popular games on here called Celeste, and yes i know theres a remake available on pc and consoles.

P#151823 2024-07-27 00:14
[ :: Read More :: ]
P#151814 2024-07-26 20:40
[ :: Read More :: ]

Cart #dtkupib-1 | 2024-07-26 | Code ▽ | Embed ▽ | No License


this is a demake of the Ataritin Bytebeat by Decent-Manager-6169. i have no clue if pico-8 makes this playable as i am new to this but then again this is only a test.

Original Bytebeat: https://dollchan.net/bytebeat/?fbclid=IwAR2uKV1pHNgtWNwYloB2G_NqvokCQ8_A3LiHVn5FrrN6qcVFzforSsaPF-c#v3b64dVLbboMwDP0XpNECpo0NhGYSSPTyA3tFTKJbHyZt3aQiXtb9+2yHauyh5BDbOfGJc/kOXj5fT8FjMFapOzg4V7gyBUFfDXWNFJbQVG2KYAER5rZrpwkdbKuWwAHm8Ge6tu9gx6kFRyXMjDJ7ZliK5WZGmQMzJMsYmFvlmqZa8qqbZ1naXKXPr0N8XlNMcbyUOj1IVhKwMPlKC650jRRFoc14d1m8MM45Yxj8Owmkk1iG5Vu0rO2VG5C2hR23PRz+S9Z1HmbYwbGSWvj8jCnmBY28Q+lpalb9UcduM9JMcIsnWB32vvJ+V/f1ZCIJRk0WwsceOeSagIBwrzQnF8xw3KxKS9aovtX8fPK8Vqk9S5Vag6fLKYUvjzFOQj7CTKG+F8TbW0LyBxraHPrkyEdJCa6KuGmSjOLL23mJK1vwwabDukB6yCjZRBFzAQSX/uPr/fTUD/yYM+Ir+PkF

P#151810 2024-07-26 20:01 ( Edited 2024-07-26 20:06)
[ :: Read More :: ]


Unttiled Flying Jelpi Game
is funny game based on Time for lunch by @zep

P#151808 2024-07-26 18:40
[ :: Read More :: ]

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


A small health bar demo project. You can tweak the values in the draw_lives() function to change the appearance of the health bar. The 'x' and 'y' variables control the x and y of the top left corner of the health bar, the 'off' variable alters the spacing between the hearts and the 'life' variable controls the number of lives, out of the 'max' variable.

Feel free to use this in any project you may be working on!

P#151803 2024-07-26 08:12 ( Edited 2024-07-26 10:06)
[ :: Read More :: ]

[sfx]

Made with Wave Designer by @luchak

P#151783 2024-07-25 15:17
[ :: Read More :: ]

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


Im made new technology
4 SFX that im add rnd on function _update and s that like a music
S use that random SFX like a music
SFX only using phaser wave

Code

s=rnd(2)

function _init()
end

function _draw()
 cls()
 rect(s,s,50,50)
end

function _update()
s=rnd(2)
sfx(s)
end
P#151780 2024-07-25 15:03 ( Edited 2024-07-25 15:07)
[ :: Read More :: ]

Cart #dinorun-1 | 2024-07-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


A simple arcade like game, the controls are just the left and right arrow keys. In order to start press the X button!
It is still work in progress!

UPDATE

New menu update!

P#151773 2024-07-25 10:57 ( Edited 2024-07-25 22:44)
[ :: Read More :: ]

Cart #spacedout-0 | 2024-07-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#151770 2024-07-25 10:35
[ :: Read More :: ]

Cart #dsikowono-1 | 2024-07-25 | Code ▽ | Embed ▽ | No License
2


A little topdown game I made in around 3 days. Hope you like it!

P#151766 2024-07-25 07:59 ( Edited 2024-07-26 10:07)
[ :: Read More :: ]

Cart #p8highlighter-1 | 2024-07-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

P8 Syntax Highlighter

An advanced PICO-8 lua syntax highlighter in just 356 tokens! Call highlight(code) to receive a printable p8scii string. All the colors can be modified by changing their corresponding p8scii color at the top of the script.

Check it out on | Github

Examples:

All examples generated with P8 Syntax Highlighter

If you end up using this, please share it here!

Updates:

  • Implemented string delimitting (or however that's spelt) [397 Tokens]
P#151753 2024-07-25 00:10 ( Edited 2024-07-25 09:58)
[ :: Read More :: ]

Cart #cobbsadventure-0 | 2024-07-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Cobb's Adventure

Help Cobb on his adventure to eat as much food as possible! This is a classic platformer inspired by similar 80s games.
Features:

  • 8 different environments
  • Never play the same game twice! Levels are randomly generated every playthrough
  • Easy to learn, hard to master - once you can beat the game, go for 3 stars on your score or times!

I strongly recommend a gamepad for this game. If you are committed to keyboarding, consider pressing "Enter" to open the menu, and set "AutoRun" to "ON" so that you dont need to hold a key to run.

How to play:

  • On keyboard, left and right arrows move you. Z or C will let you run and throw hammers.
  • X or V will let you jump
  • You can't throw a hammer until you collect the powerup and get a feather!
  • Don't let your hunger meter hit zero! Grab fruit to stay alive!

So... wow, this game took me a long time to finish! I've lived a lot of life while sitting on this game, so it got anything but my full attention. I'm pretty happy with how it turned out. Please chime in with bug reports!

P#151741 2024-07-24 20:43
[ :: Read More :: ]

I've made Super Mario Maker 2's Snow theme from the Super Mario Bros. game style into PICO-8
Have a listen:

Cart #smbsnow1-1 | 2024-07-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

P#151740 2024-07-24 19:38
[ :: Read More :: ]

Cart #gummi-0 | 2024-07-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#151735 2024-07-24 18:15
[ :: Read More :: ]

Cart #befruited-0 | 2024-07-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Hello everyone!

Here's my first PICO-8 project, a fruit-based match 3 game.

  • Matches do not have to be in a line; any continuous region of fruits counts
  • Modes with limit on moves, limit on time, without limits, or autoplay
  • Fruits!

Feedback is welcome.

P#151734 2024-07-24 15:54
[ :: Read More :: ]

Cart #qsortz_bc-0 | 2024-07-24 | Code ▽ | Embed ▽ | No License

Feature Overview

QSORTZ() Quick sort by z.

  • sorts by reference to z from the argument table.
  • See the code in the cart for the single value type QSORT() where table t is sorted by v.
  • This function consumes 76 Token.
tb={{id='a', z=1}, {id='b', z=2}, {id='c', z=1.5}, {id='d', z=-0.5}}

?'before sort',6
for i,v in pairs(tb) do
    ?v.id..':'..v.z
end

qsortz(tb,1,#tb)

?'\nafter sort'
for i,v in pairs(tb) do
    ?v.id..':'..v.z
end
--[[
before sort
a:1
b:2
c:1.5
d:-0.5

after sort
d:-0.5
a:1
c:1.5
b:2
]]
P#151719 2024-07-24 02:15
[ :: Read More :: ]

HELLO GUYS

Im made meme song on PICO-8

Im use PICO-8 midi convertor Denote by @bikibird

SONG LIST

NazarFloppaLovesP8-me
Never gonna give you up
[sfx]

Nyan Cat
[sfx]

Other users
Shooting Star Requested @bsm
[sfx]

Pls comment for make new meme songs

P#151711 2024-07-23 20:55 ( Edited 2024-07-24 14:17)
[ :: Read More :: ]

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

P#151710 2024-07-23 20:44
[ :: Read More :: ]

Cart #p15_4704-0 | 2024-07-23 | Code ▽ | Embed ▽ | No License


press Z to Fly
Right and left to move

P#151705 2024-07-23 17:47
[ :: Read More :: ]

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

Is experiment on pal and rnd im add in function _init and function _update60

Photo of caracal im use Depict and im open file PICO-8 cartridge and paste in gfx

source photo

P#151701 2024-07-23 14:59
View Older Posts