Log In  

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

Cart #rgblocks_2_shapes-4 | 2023-07-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

The sequel to MoonShine's RGB puzzle game, with expanded graphics, feel and gameplay!

Gameplay

This game plays just like its prequel and expands on the original code, but now pieces fall smoothly and there's a brand new game feature: shape-coded blocks. Instead of just simple pieces with three stripes of color, there are three varieties of each one with different shapes, and blocks of a certain shape can only be merged with those that have the same one. By pressing up or down on the title screen, you can even change the number of shapes generated by the game.

Credits

Code and graphics by MegaSparky.
Released by MoonShine's PICO-Crew subgroup.

[ Continue Reading.. ]

5
1 comment


Cart #zipzapper-0 | 2023-07-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
39

ZIP ZAPPER

by Ellery J. Reyes

Zip Zapper is a top-down puzzle game where you play as a small robot that can shock things. Use this shock ability to interact with your surroundings and get the robot to the portal. Carefully navigate the robot through each level to reach the big portal at the end of the game!

Controls

Arrow Keys or D-Pad to Move
Z or 🅾️ to Shock
X or ❎ to Go Back

About

This is my first PICO-8 game. I wanted to make a level based puzzle game in the month of June and this is the result. I hope you enjoy it and I look forward to developing more PICO-8 game in the future. Thanks for playing!

Credits

Design, Programming, Art, Music, and SFX

[ Continue Reading.. ]

39
6 comments


Cart #rebel_commander-5 | 2023-07-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15

The Galaxy is suffering under brutal reign of a mad tyrant, and all cower in fear of his doomsday weapon capable of vaporizing entire planets. But a brave rebel leader has arisen, to free the people or die trying.

To win the game, strike at the tyrant's capital - the more ships you have, the better your odds of succeeding. 6 ships are a guaranteed victory, but even with 5 or 4 you have a decent chance.

To get more ships, visit planets - their chance of giving you a new battleship are displayed as percentage. Planets with more than 50% chance are highlighted in blue. However, beware of occupied planets, highlighted in red - they are garrisoned by tyrant's warships, and will destroy one of your ships each time you arrive at one.

[ Continue Reading.. ]

15
7 comments


Cart #timijupumu-0 | 2023-07-07 | Embed ▽ | License: CC4-BY-NC-SA
3

Intro to Video Game Development Camp. Interior design by Mary 11 year old #gamedesign summer camp #coding for kids bay area #digitalmonkeyschool

3
0 comments


Cart #garbo111_pinfallprimer_1-1 | 2023-07-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

PINFALL Primer is a short game intended to help practice the movement in PINFALL.

You can also watch a full walkthrough of the original game.

UPDATES

1.0b

  • Added indicators to the ladder screen
  • Added some extra information to the water screen
  • Slope adjustments- you'll no longer slip on 45-degree slopes unless at least half of the ball is touching it
10
2 comments


So I've noticed in almost all the carts I've played on mobile that the games have an audio delay. Does anyone know if it's fixable?

0 comments


Cart #celestemulticart01byghost-0 | 2023-07-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

I wanted to put celeste mods in a multi-cart so I did.

I pretty much stole
(used as a base) the code from this (https://www.lexaloffle.com/bbs/?tid=31895)

What other carts should I add?

6
3 comments


Star Rogue (temporary title)

Cart #starrogue-4 | 2023-07-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Just a WIP Game

07/07/2023

-fix some physic bugs
-improve player character's physic

19/07/2023

-new level
-itens

[8x8]

2
2 comments


Hi! So I'm very new to Pico-8 and recently purchased Pico-8 to test my skills in coding and currently I'm having problems trying to find collision. My Current Code is shown below:

function update_game()

 if fget(2,0) then
  --wall
 else 
  if btnp(⬅️) then
   p_x-=1

  end
  if btnp(➡️) then
   p_x+=1
  end
  if btnp(⬆️) then
   p_y-=1
  end
  if btnp(⬇️) then
   p_y+=1
  end
 end
end

To describe my problem, I currently can go through any wall I want to, and it still moves.

9 comments


Cart #wodinezebe-0 | 2023-07-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
2 comments


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

SUBMERSIBLE V1

My first game to be released. Inspired from the game "Iron Lung" by David Szymanski.

STORY:

You are searching the deep sea with an old submarine find the sunken ship by arranging the coordinates. Scan the images of the sea floor and locate the shipwreck to complete the misson. Beware of the sea monster that lurks at depths.

CONTROLS:

During the title screen hold "X" to read the story and press "Z" to start the game. During the search screen use arrows to locate the submarine under the sea and press "X" to scan an image of the sea floor by the subramine camera. Scanning can be done again when the timer reaches zero.

[ Continue Reading.. ]

9
7 comments


for some reason, no matter what i try, i always catch myself doing game development! i dont know why! i dont like going through the pain that is bug fixing, but i just do it anyways!

3
0 comments


Cart #typing_demo_1-0 | 2023-07-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Here is a little something I wrote because I was bored. It doesn't really have a use, you just watch a simulated user type an (almost) functional program into the Pico-8 CLI and run it.

5
1 comment


The gameplay of the game

does not satisfy me :(. Some ideas to improve it would be welcome. :-)

Cart #tweetiepong-3 | 2023-06-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Cart #kalikan_menu-6 | 2023-07-08 | Code ▽ | Embed ▽ | No License
360

Kalikan is a vertically scrolling bullet hell 'shmup inspired by Dodonpachi- pushing the limits of ~virtual~ hardware . Control one of 3 1 ship(s) featuring two varied attack modes . Maintain your chain to compete for the highest scores

*NOTE: Kalikan is a work in progress . Things are subject to change- and your feedback is incredibly welcome . If you enjoy Kalikan and have something you watch added , edited , changed , or removed , let me know !

Controls

  • Use the arrow keys to move
  • Use the X key to shoot
  • Use the Z key to bomb

Scoring

Kalikan features GPS ( get point system ) scoring , for maximum points you will need to combo enemy kills together into long chains which increase your score multiplier exponentially !

Additionally , medals can be chained together to multiply their value !

Timeline

Will be taking a break from this project for a bit , but will likely come back eventually .

Thanks for your support <3 - Louie

[ Continue Reading.. ]

360
56 comments


Cart #dragonwit_dev__bomb_hunt-1 | 2023-07-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Bomb Hunt v1.1

This is just another Mine Sweeper clone. It's also my first PICO-8 game.

8
2 comments


@zep There is a mistake in the PICO-8 manual.

6.14 Additional Lua Features > Coroutines > costatus(c)

Return the status of coroutine C as a string:
  "running"
  "suspended"
  "dead"

The status "normal" is missing.

When coroutine A calls coroutine B, and you check the status of A in B, you will get "normal".

5
1 comment


Cart #rgblocks-10 | 2023-07-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Combine the R-G-Blocks and clear lines to get the highest score!

Gameplay

R-G-Blocks! is a falling block puzzle game based on the concept of additive color mixing and the RGB color model. Each piece in the game features three segments which correspond to the colors red, green and blue in that order. When these segments get combined after placing them on top of each other, they form different colors and eventually white blocks, which cannot be modified. Filling a line with white blocks clears it, but be careful! While the game runs, there's a constantly increasing meter that fills the bottom row with garbage blocks when it gets filled. When you complete a line, the meter gets reset, and the more lines you've cleared, the faster it fills. What's the highest score you can get? Play and find out!

[ Continue Reading.. ]

10
1 comment


Cart #garbo111_pinfall_1-14 | 2024-01-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
41

Your progress is saved automatically!

Also available to play on itch and Newgrounds (with medals!)

ABOUT

Jump King with an SMW core, taking heavy influence from hacks- 32 screens of tightly packed high-stakes precision platforming. First completion is ~6-8 hours; my own personal best is 32 minutes.

If you beat the game, shoot me a message:
Twitter | Discord: .garbo

Thanks for playing!

CONTROLS

Left/Right - Walk
Z - Jump
Up/Down - Modulate Swimming

WALKTHROUGH

Spliced run, 8 min (spoilers.)

[ Continue Reading.. ]

41
6 comments


Cart #tiny_bomber-0 | 2023-07-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
25

Description

End the imperators reign in this action-packed roguelike bomb ‘em up! Explore 5 randomly generated levels, destroying the infrastructure of the empire while avoiding the many foes who will try to stop your rebellion!

Features:

  • Procedurally generated levels!
  • 240 possible planes to fly, upgrade and master!
  • Push the game to it’s limits in New Game+, and see who breaks first!
  • Unlock new planes for every victory!

Controls:

  • X to select / Drop a bomb
  • Z to go back / Use your ability
  • Arrow keys to move
25
5 comments




Top    Load More Posts ->