Log In  

BBS > Community Superblog
All | Following | GIFs | Off-site

Cart #basicshmupdc1-0 | 2023-05-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

basic shmup, but shooting spawns more enemies

This is the first playable result of following the basic shmup tutorial by Lazydevs.
It is not fully finished yet, but it is at a point where it's reasonably fun to play around with.

Shooting spawns more enemies, this was origingally a placehoder to test enemy collisions, but I think I will keep it like this in the game.
I might end up making a normal version too at some point.

future improvements

  • The game over screen could use some love.
  • Enemies don't shoot yet, they should.
  • I will probably add a pickup, like a muffler, that allaws you to temporarely shoot enemies without spawning new ones.
  • It needs a better scoring system.

[ Continue Reading.. ]

3
0 comments


Cart #pizza_dangerous-0 | 2023-05-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
20

Ludum Dare 53 (Theme: Delivery)

Embark on an intergalactic pizza delivery adventure! Dodge enemy lasers and fend them off with pizza slices!

Fly over the planets to drop the pizza. (Green cross means that your position is aligned for dropping the pizza)

Rack up the highest score

https://ldjam.com/events/ludum-dare/53/elite-delivery-pizza-dangerous

20
8 comments


pop
by Sunni
Cart #pop-0 | 2023-05-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Controls

Simultaneously press ❎ and 🅾️ to pop the balloon!

Inspired by broken: https://www.lexaloffle.com/bbs/?pid=125416#p

4
0 comments


Cart #ronakurfu-3 | 2023-05-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

Mini Mines

I made a Minesweeper clone for my first cart, to get used to PICO-8 and Lua. There's still a lot of optimisation to be done, but I wanted to get something published!

You can follow Mini Mines' development on Github.
Thanks for checking out my cart!

Controls

Z - Dig (Back)
X - Flag (Select)

[Desktop only] Enable mouse controls in options or PICO-8 Menu
Left click - Flag
Right click - Dig

Features

  • Full controller and mouse support
  • Multiple difficulties
  • Personal best times
  • Unlockable colour themes

mouse

[ Continue Reading.. ]

18
4 comments


Cart #tfl-1 | 2023-05-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
112

Here's an orange and some sandwiches for The Wizard. Use the dpad (or cursors) to control the owl, and watch out for castle creatures. Also, take care of the basket ~~ if it hits a wall too hard, it might smash. Good luck!

This is a short game made for Ludum Dare vol.53

https://ldjam.com/events/ludum-dare/53/$366108

112
18 comments


Cart #rvbfps-0 | 2023-04-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Hello!

I present to you Red Vs Blue, a strategy first person shooter game. Red Vs Blue is heavily inspired by the Precinct Assault mode of the PlayStation 1 game, Future Cop: LAPD.

Controls:

  • Arrow Up: Move Forward
  • Arrow Down: Move Backward
  • Arrow Left: Turn Left
  • Arrow Right: Turn Right
  • Z (in-game as O): Shoot
  • X (in-game as X): Next/Accept/Purchase

Features:

  • FPS gameplay by way of Wolfenstein 3D raycasting.
  • Team select- Choose from 2 completely identical teams!
  • AI enemy powered by a neural network.
  • More than 1 map!
  • Visuals that could be described as almost adequate.
  • Beeps and, on occasion, boops.

How To Play:

[ Continue Reading.. ]

8
5 comments


Cart #bumigoreti-0 | 2023-04-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9


Here is a version of Asteroids for Pico 8.
This was made by following the Bytes and Bits tutorial on Youtube for making an Asteroids clone using the Tic 80 console.
It's a great and very educational tutorial. I highly recommend it.

https://www.youtube.com/watch?v=EXt1BVvOkkA&t=15s

I tried to recreate the look and feel of the original arcade version.

9
3 comments


The following code block prints only the number 4, though I would expect it to print 2, 3, and 4.

do
 if (false) if (true) print(1)
 print(2)
 print(3)
end
print(4)

Only the outer if has this property, the inner if's scoping is fine. Similar behavior happens without the do block, I just included it to demonstrate the interaction of this behavior with "normal" Lua scopes.

3
2 comments


This cart uses devkit mode so you'll need a mouse and keyboard to use it.

Cart #drafting_table-4 | 2023-05-21 | Code ▽ | Embed ▽ | No License
5


Update:


New version updates the s-expression parser and the importer code. The old parser was incredibly slow; the new one is much faster. And the importer now properly handles larger images that don't compress as much which it handled incorrectly before.

This started off as a level editor for the Space Taxi Remake I'm working on. At some point I realized I was going a bit overboard and instead of doing the sensible thing and saying, "well that's good enough for my purposes I guess I'll stop now," I just kinda leaned into it.

[ Continue Reading.. ]

5
0 comments


I recently discovered that the education edition actually works really well on my phone using my Bluetooth keyboard, but carts being erased as soon as the browser refreshes or the phone locks etc just isn't practical lol. I think Pico-8's artstyle really suits the smaller screen and it's a shame there doesn't seem to be an app of the full version. Anyone else try this out or have better suggestions? Thoughts?

2
2 comments


Cart #feed_crow_a_peanut-0 | 2023-04-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
24

Bury a dancing crow behind a wall of peanuts. This is what it wants.

Hey! This is an idle game designed to put the player in tension between queuing more actions (and hence making progress) and actually witnessing the gameplay.

Also, there's a chiptune. It incorporates Pico-8's built-in sound, but also some homemade synth code for the bassline.

Epilepsy warning: there's a little flashing, but all of it is localized to small areas of the screen. (under 16x16)

24
11 comments


Cart #raydemoaquasition-0 | 2023-04-30 | Code ▽ | Embed ▽ | No License
3

Well, I've always been a big fan of FPSes, so I wanted to try to see if I could pull off making a raycaster. So, I made a top-down maze-style "game", then focussed on getting the raycasting to work. It's based off of what Isaac Games has done with raycasting, and I've also got a "shoot" function, though it only works once (so far).

That being said, unlike my earlier releases, this isn't really a game, more of a "baseline" that I might use to make raycast FPSes in the future. I still need to work on stuff like textured walls, doors, enemies,, some fine-tuning, "smooth" walls, and maybe even actual levels. That's a ways off, so I hope you enjoy what I've managed to do so far!

3
6 comments


Cart #fedajuzofu-0 | 2023-04-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This is my first game in the pico-8!

1
0 comments


Cart #deathdungeon2-2 | 2023-04-29 | Code ▽ | Embed ▽ | No License
22

Grow Dungeon

A short platformer that takes place in a deep, damp cavern. Unlock abilities and grow plants to reach the end!

Controls

  • Move - Arrows
  • Jump - O
  • Staff - X

Credits

Programming and Art - Cannon
Level Design - Snycent
Music - Lark


Play the original on itch.io here.
Try out Death Dungeon!

22
4 comments


Here's a gif of me copying GFX data to code:

Here's a gif of me copying SFX data to code:

And here's a gif of me Copying music data to code:

So far, so good. Every bit of data copied also edits the clipboard, allowing these to be copy-pasted between instances of PICO-8.

But not so for map data! So here's a gif of me attempting to copy map data...

No edit to the clipboard was made. (Prior to each of these I had copied the -- TEST STRING TO COPY line to make it clearer.) Admittedly, you're not likely to ever need to copy map data between carts, but if you do (such as when working on a multicast game, or if you're transferring ideas from a prototype cart to the cart you plan to use for the full game) then it's gonna be real tricky to do so.

This issue was brought to my attention by the (as of now) latest episode from @Krystman on his advanced Shmup tutorial. Look around the 5:30 mark; he can easily copy the sprite sheet, but map data requires him to edit the P8 files directly, which works... but if you want to make the copied map data appear somewhere else rather than exactly where it was or only copy a small portion of the map, then that still presents a problem.

[ Continue Reading.. ]

2
1 comment


Cart #jetbox_demake-3 | 2023-05-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


A pico-8 demake of Sapazu's classic game "Jetbox", available HERE.

4
1 comment


Cart #onecoincowboy-0 | 2023-04-29 | Code ▽ | Embed ▽ | No License
1

Made this in early 2019 as a first pico project. Straight clone of DEAD EYE -- you're moving left and right and shooting (out of your hat) to keep the coin in the air. Score points for directing the coin into bats and birds, game over when it falls.

1
1 comment



Join Froggo on his seasonal platforming adventure!

Features

  • Aesthetic levels with Seasonal vibes
  • 8 levels utilizing different mechanics
  • Secret code to find at the end of the game!
  • A frog with 2 feet and comically long tongue
  • Cool frog game by the person who almost exclusively make cool frog games

Controls

Z - Jump
X - Tongue
Arrow keys - Walk

Preview

Development

I've always enjoyed watching documentaries and what not on how developers in the past has to work with technical limitation with their games. These limitations often results in weird quirks in the game and also its unique style. So I decided to take a small break from my main project and try out pico-8 to see what it's like to work around these limitations.

[ Continue Reading.. ]

127
14 comments


Help with tables

So I have a function for creating text with sprites (I'm sure people have done this already, but i specifically want help with one thing):

charspr{74,75,76,77,78,79,90,91,92,93,94,95,106,107,108,109,110,111,122,123,124,125,126,127,138,139,140,141,142,143,154,155,156,157,158,159,170,171,172,173,174,175,186,187,188}
charname{"a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","0","p","q","r","s","t","u","v","w","x","y","z",".","-","!","\"","\'",",",":",";","𝘹","?","1","2","3","4","5","6","7","8","9"," "}

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=129129#p)
3 comments






Top    Load More Posts ->