Log In  

BBS > Superblog
Posts: All | Following    GIFs: All | Postcarts    Off-site: Accounts

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

Just a clock that shoots confetti every second.

It shoots a bigger confetti every 10 seconds, every minute, and so on.

It was a fun first P8 project!

3
0 comments


coding practice

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

1
0 comments


Hi,

I am having trouble programming sprites and collisions.
I am looking for a simple way of accomplishing it; I have tried tutorials on YouTube but there is no success.
Any help would be appreciated.

Thanks!

2 comments


Hello everyone! I've been confused for a long time, on how to make multiple pickups items using the same collision function. I want to use the map editor to place them, but give different values to them for example.
A healing potion: +5 health points
A gold coin: +2 money
Instead of all of them just giving +1. Thank you!

2 comments


A Tale of War (Levels 1 & 2)

Cart #a_tale_of_war_level_1_to_2-0 | 2024-01-04 | Embed ▽ | No License
1

Warning: Does not work in the browser!

About

You are a king who has lost their throne to a usurper.

You must reclaim it.

However, you have been locked inside the Winter Prison with a multitude of guards.

After you escape it you must travel through the Path of Lava.

Next, you need to find supplies in the Iron Prison.

Only then can you face the Black King and his stone guards.

Note: This is my first Voxatron cart so don't expect too much.

Previous Versions

1.0:

Cart #a_tale_of_war_level_1-0 | 2024-01-02 | Embed ▽ | No License
1

1.1

Cart #a_tale_of_war_level_1_1-0 | 2024-01-02 | Embed ▽ | No License
1

1.5

Cart #a_tale_of_war_level_2_half-1 | 2024-01-03 | Embed ▽ | No License
1


1
1 comment


Hi, I apologize that this is in the PICO-8 bugs category, but I don't see one for BBS bugs. For the last few days it would seem some (not all) @ mentions (e.g. @kozm0naut) have not turned to links as normal, and I'm not sure users are getting the usual notifications that they've been mentioned.

Here are some recent posts in which @ mentions did not seem to work for me despite having the correct username:
https://www.lexaloffle.com/bbs/?pid=139543#p
https://www.lexaloffle.com/bbs/?pid=139504#p

Thanks for reading, and happy new year!

3
4 comments


Cart #shavian-1 | 2024-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

The Shavian Alphabet

Romanization and Custom Font

What is this?

The Shavian alphabet (also known as the Shaw alphabet) is a constructed alphabet conceived as a way to provide simple, phonemic orthography for the English language to replace the inefficiencies and difficulties of conventional spelling using the Latin alphabet. It was posthumously funded by and named after Irish playwright Bernard Shaw.

The cart contains:

  • A custom 4x8 pixel font for rendering Shavian text in PICO-8
  • A chart for the romanization scheme used to type Shavian
  • An example text (the above paragraph) in standard English, Romanized Shavian, and proper Shavian

Why should I care?

[ Continue Reading.. ]

2
0 comments


Cart #posseste-0 | 2024-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

posseste

M- Madeline? ...Is everything okay?

Disclaimer: Flashing lights


Thank you to the evercore team for all your hard work on evercore! This mod wouldnt be possible without your work.

4
5 comments


Cart #jepowojoti-0 | 2024-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

My first cart, this is a guessing "game" or flashcard type of study exercise to learn some basic notes for sheet music reading.

I've always struggled to learn the notes on the bass clef and in true programmer procrastination I have now created a tool to learn them (instead of actually learning them).

9
5 comments


this is my first attempt at doing a "real" game. Will keep working on it. Any tips or suggestions would be welcomed!

Cart #the_train_dilema-2 | 2024-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


edits:
added initial attempt of sound/sfx
use left and right arrow keys to choose the track

0 comments


Hello everyone, how do I combat my sprite sheet, page 2 and 3, altering the lower part of the map, do they share the same data perhaps?
Is it not fixable at all? Please I am open to any response disappointing, or relieving. Thanks in advance.

2 comments


Cave Copter

Cart #cavecopter-0 | 2024-01-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

In this game, you pilot a helicopter descending into a cave, and your goal is to get as deep inside as possible without crashing into the ceiling or floor.

Every 20 seconds, the speed of your helicopter will increase, so you will need to stay alert to not crash into the terrain!
The final speed increase is at 400 seconds, after that the game will not get any faster.
This game is a PICO-8 adaptation of the Wii homebrew game Helii.

2
2 comments


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

This is a first cartridge attempt. I wanted to experiment with high score saving and a simple single-screened timing game. Along the way I added semi-flexible level configs and a cheat code for selecting a level (think konami). I used exclusively built-in chars and shape drawing (no sprites) for simplicity. The code is a bit of a mess and I didn't add any sfx/music yet.

v2 will likely have better level balance and sfx/music, along with some code cleanup and any bugfixes that are needed.

Feedback appreciated, enjoy!

4
4 comments


Been working on a Tweetcart mimicking the old lines screensavers, and I've managed to get it pretty small--it's about 300 characters when all of the spaces are removed, but now I'm stuck, and can't figure out a way to shrink it any further.

Here's where I'm at so far:

a,b,c,d={},rnd,128,flr
for i=1,5 do
  a[i]={x=b(c),y=b(c),w=b(c),h=b(c),p=d(b(4)),z=d(b(4)),l=i+7,m=mid,t=c}
end
::_::
for _=1,1000 do pset(b(c),b(c),0) end
for _𝘦𝘯𝘷 in all(a) do
  d={[0]=1,-1,-1,1}
  line(x,y,w,h,l)
  x+=d[p]
  y+=d[(p-1)%4]
  w+=d[z]
  h+=d[(z-1)%4]
  p,z=x+y!=m(0,x,t)+m(0,y,t)and(p+1)%4or p,w+h!=m(0,w,t)+m(0,h,t)and(z+1)%4or z
end
flip()
goto _

This renders a result I'm happy with:

But it's just ~60 characters too long. :( Any one have any advice or suggestions on ways to reduce it further? I feel like there have to be some minimization techniques I'm missing.

1
9 comments


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

Controls

⬅️+➡️

Explaination

This is just a demo, and I'm sort of tired of sprite-stacking. These past few months have been kind of rough on me, and I honestly can't make this into the game I was planning...

Thx for clicking/playing! Love you guys!

Credits

Marina Makes - https://twitter.com/MarinaMakes

2
0 comments


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

7
1 comment


Lexaloffle Pico-8 main page (https://www.lexaloffle.com/pico-8.php) appears to have a horizontal scrollbar at 100% scale both in maximized and windowed mode of Chrome browser (latest stable version).

I suppose it would be cool if the website layout was fixed at some point to remove this scollbar.

Have an above average 2024!

2 comments


Cart #riverdefence-1 | 2024-01-01 | Code ▽ | Embed ▽ | No License
5

River Defence

Prevent the ships from reaching upriver by placing cannon at strategic positions.

Controls

  • Up/Down to highlight an affordable cannon
  • X to select and again to place a cannon
  • Z to cancel selection
  • Up/Down/Left/Right to place a cannon

Also on itch.io: https://ggaughan.itch.io/river-defence

5
3 comments


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

Some fun game :)

0 comments


A simple game I made to continue testing stuff out and start the new year running. Use left and right arrow keys to move. Z to shoot. If any rocks get past you or you crash into one, you lose.

Cart #path_paving-2 | 2024-01-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
2 comments




Top    Load More Posts ->