Log In  

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

Cart #floatingislands-2 | 2019-11-02 | Code ▽ | Embed ▽ | No License
2

Try to get as high as possible and don't fall off of the floating islands! Totally not a clone of Icy Tower!

This is a game made for the 236th One Hour Game Jam, the theme of which was "Floating Islands".

Also on itch.io.

2
4 comments


Cart #rodigakeri-0 | 2019-11-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

I was testing some 3D math.
more of a demo than anything.

5
1 comment


Cart #hotubehumu-0 | 2019-11-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

just a little dude walking to a tune.
also just testing how to upload a cartridge.

5
3 comments


Cart #atomix-0 | 2019-11-01 | Code ▽ | Embed ▽ | No License
4

Here's my Pico-8 version of Atomix, a MS-DOS/Amiga game from the '90.

The object of the game is to assemble molecules from compound atoms.

In menu:
L/R arrow keys to select level
x to start level

In game:
x to select/deselect atom
arrow keys to move atom
c to cancel level

4
2 comments


Cart #jesibefeja-0 | 2019-11-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


A super quick game: Clear the screen, see how long it took. Improve the next time around!
My personal record is 182 :)

3
5 comments


I was just watching a video about Loot Boxes and how Online games charge players real money in order to gain these items, which apparently are random items that can benefit the player to progress further in them.

Outlawed in several countries apparently.

https://www.pcgamer.com/the-legal-status-of-loot-boxes-around-the-world-and-whats-next/

And this is new stuff for me, the first I've heard of it. I know, now you can think on that a bit if you like. Sometimes I get so wrapped up in coding I'm unaware of the world around me.

However, I was thinking this might be something good and nice to have for Pico-8.

Not real loot boxes, not the ones that cost money anyways. But no, perhaps missions a player could go on in some of these advanced Pico-8 carts. The reward ? A loot box, completely free, earned by the dedication (and perhaps perspiration) of the player to go beyond the call of duty on side-quests and other items that the average player may skip over in their haste to see the ending to the game.

[ Continue Reading.. ]

1
6 comments


Cart #bumparound-0 | 2019-11-01 | Code ▽ | Embed ▽ | No License
8

Arrow keys to bump around.

X to reset level.

Made for LDJAM45 "Start with Nothing"

8
3 comments


Cart #ultima_vi_intro_music-0 | 2019-11-01 | Code ▽ | Embed ▽ | No License
5

This is a short recreation of Ultima VI's boot music, I thought it was cool enough to post

5
2 comments


Cart #thesaurus-0 | 2019-11-01 | Code ▽ | Embed ▽ | No License

You're a T Rex that eats letters in the order of the alphabet! It's educational! It's also buggy as heck and there's no actual game to speak of yet. It doesn't even check if you eat the letters in the right order. But I think it's already kinda fun to play around with, so here it is. =)

6 comments


Hi I have made a quick python script to turn an square picture to a string of text that can the be parsed by pico8 to make a nice splashscreen.


Pico8 code

function txt_to_pic(txt)
 local d={
 a=10,
 b=11,
 c=12,
 d=13,
 e=14,
 f=15
 }
 d['0']=0
 d['1']=1
 d['2']=2
 d['3']=3
 d['4']=4
 d['5']=5
 d['6']=6
 d['7']=7
 d['8']=8
 d['9']=9
 local x=0
 local y=0
 for i=0,#txt do
  if x>128 then 
   x=0
   y+=1
  end
  c=d[sub(txt,i,i)]
  pset(x,y,c)
  x+=1
 end
end

And here is the python script (just replace "me.jpg" by your image):


import numpy
import PIL
#%%
img = PIL.Image.open("me.jpg")
img = img.resize((128,128))
imgarr = numpy.array(img)
newimg=numpy.array(img)
img.resize((128*10,128*10))

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=69552#p)
9
6 comments


Cart #eniplatformsample-0 | 2019-11-01 | Code ▽ | Embed ▽ | No License
28

Made a sample platformer, mostly to show how to do things like collisions, camera, jump buffering, and slopes. I wrote this to be clear rather than to save tokens, and it has no real gameplay to keep the core of the engine as clear as possible.

The code for this cart can also be found on github and is MIT licensed.

Features:

  • Movement and jumping
  • Collision checking and resolution
  • Jump buffering
  • Slopes
  • Platforming camera
28
6 comments


Cart #picolife3tease-0 | 2019-10-31 | Code ▽ | Embed ▽ | No License
4

Mister Freeeeeemaaan~

Z = progress text

(Text Box Lib by @oli424)

https://www.lexaloffle.com/bbs/?tid=28465

4
3 comments


Since PICO-8 has #include to, well, include files, I thought of starting a git repo to provide handy functions in bundle to include from.

The public repo can be found at https://gitlab.com/zothynine/pico8-code-library

For now, there's only a text function, but feel free to particibate ;-)

Cheers, Z9

1
8 comments


Cart #ywosahuru-3 | 2020-05-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14

Reposting this in carts, because it's as finished as it's ever going to be :-).

This is a little SDF ray marcher I've been playing with.
It renders two randomly placed spheres and a torus above a checker-board plane in different colours. Often one of them is reflective.

The code is ugly as heck, and the specular highlights are completely wrong, but it occasionally spits out something pretty imo.

Update: Changed to use sqrt() again, as it's much more accurate in v0.2.0

14
1 comment


Cart #brexit-2 | 2019-10-31 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
22

A highly realistic simulation of Brexit negotiations. Enjoy the riveting and exciting career of a Brexit Prime Minister. Only you can do this, because no one else wants to deal with it.

I have not seen any 'political satire' games here, so I hope its a good precedent. There is very contextually implied nsfw material which is based on real events and quotes.

22
13 comments


The interesting feature is that the cart stores a bunch of 4 letter words in a Bloom filter, e.g., about 6000 four letter words are probabilistically "stored" in 8 kilobytes. This English word database is stored in the region of memory reserved for the map.

The game itself is incomplete, but I wonder if other folks can think of other PICO-8 applications of a "four letter word database."

Cart #kisonecat_sapsword_1-0 | 2019-10-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

1 comment


There should be a part of RAM that can be read and written to by more than one game. This could work by a host cart having a whitelist of guest cart IDs that can use the shared RAM with the host game, and the guest carts have the ability to access the shared RAM from the get-go. This could be used by a Zelda clone where the game is split across multiple carts (like Picoware, but items have to persist between carts, so the host cart (the boot cart) puts the item data in the shared RAM, which the other guest carts can access and edit.

1
2 comments


Hi, I am having a problem with sprites and the map.

It seems that the botom half of my spritesheets is interlinked with the bottom part of the map.

It is realy frustating, is there anything I can do?

1
3 comments


Cart #yijebofuse-0 | 2019-10-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

I felt like ray marching a signed distance field in PICO-8.
(Don't ask me why..).

9
10 comments


Cart #threeworlds-4 | 2019-11-21 | Code ▽ | Embed ▽ | No License

A simple weapon-based arcade-style beat 'em up. One hit kills, so be careful.

Controls:

  • o: attack
    • while moving: light attack
    • whlle standing still: heavy attack (penetrates more defenses, but leaves you exposed if you miss)
    • all attacks require a windup. hold attack to keep attack ready, release at your leisure. Note: you will be vulnerable to enemies while holding. You also won't turn around (good for kiting)
  • x: defend
    • while moving: dodge
    • while standing still: parry (successful parry drops enemies defenses just long enough to counter)
    • while holding attack: cancel attack

keybindings:

[ Continue Reading.. ]

3 comments




Top    Load More Posts ->