Log In  

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

Cart #19366 | 2016-03-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Don't mind it. Trying to get a hang of it.

4
6 comments


Are you a PICO-8 tinkerer, but haven't been able to see a game to completion? Are your pixel art skills strong, but your code could use help, or vise versa? Do you just simply prefer to work as a team instead of solo?

Come join Picocity, a Slack team oriented towards working together to create finished works for PICO-8.

While I will proudly say there is no better resource for sharing carts and tips than these official forums, what I was really missing was an environment to motivate me to create finished experiences, not just tech demos or code snippets. Picocity came to be with the hopes that aspiring builders can help hold each other up and see carts through to completion.

Create an account and join us at picocity.slack.com

(Please note, this is not in competition or poaching from Neko250's team, you can, and should, participate in both! Picocity started on Twitter, and I only recently realized I probably should mention it here on the forums also.)

1
4 comments


There is something I been trying to figure out how to make and it's been eluding me.

i am trying to make an ammo dispenser that activates on once ammo pack has been collected. So you grab a pack
it delays for some time, then spawn another pack and so on. Should be simple to do, but so far I am not having any luck with it.
Thx all

1
6 comments


Cart #19354 | 2016-03-22 | Embed ▽ | License: CC4-BY-NC-SA

This game is fun although JJ is been swarmed by monsters on the right side so it's pretty unfair.

0 comments


Hi,
the documentation states:


reload dest_addr source_addr len [filename]

Same as memcpy, but copies from cart rom
if source_addr >= 0x4300, can read code ascii into ram
if filename specified, load data from a different cartridge

But if I read this from another cartridge, only 0 bytes are read into the current memory. Is this part of the documentation outdated or am I doing something wrong? Code would be simply:

reload(1024,0x4300,10,"tor_carttest.p8")
peek(1024)

while there is an empty function inside of the other cartridge...

3 comments


Is there anyway to create a folder in pico-8 then have that folder accessible on multiple devices using google drive? I am on at least three different computers a day and can work little by little on stuff and id love to have that option. Thanks for your time.

2
9 comments


Cart #19342 | 2016-03-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
55

A demake of MT-32 music tracks from Ultima VII, half-assedly arranged for pico8's 4-channel synth. This started out as a way to practice transcribing music by ear, but in the end I cheated and used the original MIDIs as a reference.

It currently includes only the diegetic music from the game, i.e. music that plays from instruments in the game world. I may try to squeeze in one of the longer themes from the game as well, though the cart is kinda tight for sfx space.

55
9 comments


I'm surprised there doesn't seem to be a way to permanently write bytes to the memory and save it with the cart, so you can make your own efficient level storage format. That memory only becomes available to write to at run time - then any changes you make are reset.

My idea would be to have a level data format for a game that only shows one screen at a time (no scrolling) and has a stream of data that is - sprite cluster index (eg. 1 could be a group of trees, 2 could be a house) and an X Y position on screen.

I could kind of store the "level data" in the code by actually specifying screen positions but this is incredibly wasteful - each character is worth one byte, and I'd need several bytes just to set one position. Eg. "X = 54" is 6 bytes and I could store that in 1.

Am I incorrect - is there some way to store a sequence of bytes on the cartridge? (Besides the tiny "Persistent cart data")

5 comments


In my game, having 5 sprites makes the game slower, in a strange way where every second frame is 1.9 CPU and every first frame is 1.0 CPU. This makes the game laggy - and things that should toggle on and off each frame appear to flash randomly due to every second frame being longer.

Adding 5 more sprites keeps the game at a steady 1.0 CPU! It runs perfectly smooth!

Is this a known issue?

2 comments


Cart #19329 | 2016-03-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Sometimes, we want to be able to play animations in reverse. This is the advanced animation function with a reverse option. In this case, the foliage grows, stays for 5 seconds before shrinking away (playing the "grow" animation in reverse), disappears for 10 seconds, then repeats.

3
0 comments


Hey all,

I'd like to add some (semi-) realistic drum sounds to a game I'm working on, but I'm not very good with the sound editor. Anyone have any suggestions on a sound that approximates a snare hit, a hi-hat closing, and a hi-hat hit? Thanks!

2
4 comments


Cart #19326 | 2016-03-20 | Code ▽ | Embed ▽ | No License
1


Experimenting with a simple platform game character controller.

TODO:

  • fine-grained collision detection
  • more map tiles
  • fore/background tiles
  • shooting animation
  • multiple shots
  • sound
  • double jump
  • crouch
  • wall jump
1
0 comments



New room added
Rooster molotov is now working correctly

flamethrower been updated

Press Q and E to switch weapons.

3
0 comments


Hi All,

Has anyone built up inverse-sine and inverse-cosine functions?

Right now, we have cos(x), sin(x), and atan2(dx,dy). If all else fails, I can create a table function to look these up, but figured I'd ask around to avoid duplicating the work.

-Electric Gryphon

2
1 comment


Cart #19319 | 2016-03-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
23

Old versions:

Cart #19303 | 2016-03-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
23


Cart #19297 | 2016-03-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
23


Cart #19295 | 2016-03-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
23

[ Continue Reading.. ]

23
9 comments



you can now swap your character from any character to any other character back and forth

feel free to re-mix :)

3
0 comments


Cart #19291 | 2016-03-19 | Embed ▽ | License: CC4-BY-NC-SA
2

a fun game. try it.

2
1 comment


Cart #19289 | 2016-03-19 | Embed ▽ | License: CC4-BY-NC-SA
3

it is a really fun game. i have played it. i hope you play it.

3
0 comments


Cart #19995 | 2016-04-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Added coloring to show correspondence between currently-selected factor and its visual representation.

Controls:

Left/Right : select a different number
Up/Down : increase/decrease selected number
Z/X : make factorization canonical (sort in ascending order, no 1s)

Cart #19988 | 2016-04-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

In the original version of this, you could only change the product (and the factors would be calculated from that). In this version, you can change the product, but you can also arrow over to the factors and change them, too, which hopefully helps the user see relationships between numbers.

[ Continue Reading.. ]

8
1 comment


In the last post, we looked at some basic animation, collision and AI examples. In this one, we're going to take it a few steps further and improve upon these functions.

During the development of my game (tentatively titled "Castle of Thunder", which is a port of INTV's Thunder Castle), I realized that I was going to need some more advanced functionality, because the first enemy is a total of 4 sprites when walking horizontally, and 2 sprites when working vertically. Since we had all of our animation stepping, animation speed, frame numbers, etc stored as properties of our actor in our simple animation demo, it works great for 8x8 actors, but not as well when that actor is comprised of several sprites.

Further, I found that I needed to be able to specify x and y offsets for actors with multiple sprites, so that subsequent sprites can have custom positioning and aren't drawn on top of the first. I [i]also

[ Continue Reading.. ]

12
2 comments




Top    Load More Posts ->