Log In  

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

Cart #zonauno-0 | 2024-06-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Trance shooter

-- CONTENT WARNING --
Flahing Lights

Speech Synthesis Library by @bikibird

10
5 comments


Cart #guwewarazu-1 | 2024-07-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Pico Door

Pico Door is a family-made game that took about a month to build (learning Lua and Pico 8 at the same time). I would like to thank my team (my kids) for the awesome pixel art, sound effects, and excellent ideas (and tricky debugging) that they contributed to this project. Much of the dialog and other text are references to many different games we play, movies we watch, and music we listen to. See if you can pick up on these. There are some inside jokes for the family in there, but should be entertaining for anyone else that plays this game.

The object of the game is to explore the map, avoid death, destroy things, collect all the upgrades (in the chests), interact with things, and defeat the huge door you'll see in the starting area.

[ Continue Reading.. ]

8
6 comments


Cart #modman-0 | 2024-06-22 | Embed ▽ | License: CC4-BY-NC-SA
5

Mod Manager

Mod Manager is a simple tool for modifying your system!

Installation

Simply install the cart to your system and run it! The first time you run, you will be prompted
to select a mod path. This is where Mod Manager will look for ".mod" files to load.

Next time you run, if there are any ".mod" files in that directory, they will load it!

Command Line Usage

modman - Starts Mod Manager and loads mods
modman --config - Opens Mod Manager Configurator
modman --force - Reloads Mod Manager even after running for the first time in the session
modman --compile [path/to/uncompiledmod.txt] - Compiles mod and stores it in "compiled.mod"

[ Continue Reading.. ]

5
1 comment


Cart #cubed_destiny_v1-0 | 2024-06-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


My beta version of cubed destiny! It is kind of messy, but any feedback is still appreciated! I aim to make a full version that is more level based. For now, this is kind of more of a showcase of the enemies and features, but do not take this a finished product.

Controls:

Standard movement controls using the arrow keys.
X - Shoot a bullet.

Features:
-A boss enemy that takes 3 hits to kill
-A Mine enemy that takes 2 lives if you run into it
-A normal enemy that shoots and deals 1 damage.
-2 Powerups (Temporary speed boost powerup, +1 life powerup)
-Player character
-HighScore and score system
-3 Screens (Game over, Main Game, Title)

2
2 comments


Cart #human_slayer-0 | 2024-06-21 | Code ▽ | Embed ▽ | No License
1

x for shoot and you can not shoot the houses (their in the background)

1
2 comments


Cart #cat72647-0 | 2024-06-21 | Code ▽ | Embed ▽ | No License
2

2
0 comments




"Open in Terminal" in FileNav!

Here, you can see it big and clear, a "Open in Terminal" option in FileNav!

How did I do this?

By modifying "/system/apps/terminal.lua" and "/system/apps/filenav.p64", you can do this yourself!

Before modifying anything in "/system", if you want it to stay after reboot, check out my Localize System Tool!

NOTE: Localizing your system folder can be very dangerous. It can brick your Picotron installation, and even allow malicious carts to install themselves and harm your actual OS drive. This demonstration wont do as such, but be careful when installing untrusted carts. This will also keep your system at the same version that it was localized at, and you will need to unlocalize your system to update, and you will lose all of your changes

An alternative to localizing your system is sedish.

[ Continue Reading.. ]

1
3 comments


Localize System - A small tool for managing and saving your /system folder!

Cart #localsys-0 | 2024-06-21 | Embed ▽ | License: CC4-BY-NC-SA
4

Normally in Picotron, when you make changes to /system, they go away on reboot. This is fine, and actually ideal, because any errors could easily brick your Picotron installation, or even allow malicious programs to gain kernel permissions (THIS IS VERY BAD. THEY COULD ACCESS YOUR ACTUAL OS).

NOTE: Localizing your system folder can be very dangerous. It can brick your Picotron installation, and even allow malicious carts to install themselves and harm your actual OS drive. This program wont do as such, but be careful when installing untrusted carts. This will also keep your system at the same version that it was localized at, and you will need to unlocalize your system to update, and you will lose all of your changes

[ Continue Reading.. ]

4
0 comments


test run #2

Cart #cloakofdarkness1-2 | 2024-06-23 | Code ▽ | Embed ▽ | No License
3

3
1 comment


A small project done in 6 days by a team of 3 apprentice devs. Have fun !

Cart #chatgrain01-0 | 2024-06-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
4 comments


Cart #skullboy-9 | 2024-06-25 | Code ▽ | Embed ▽ | No License

0 comments


Cart #roadrunner-0 | 2024-06-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

This is my first PICO-8 game! It's an endless runner. I hope you enjoy it.

Controls:

  • Up and down arrow keys to hop
  • Buttons to speed up

Rescue eggs, and don't crash into anything.

Developer notes

My original idea was to create a one-button game, but it ultimately evolved into three buttons. I also originally intended to make a cowboy-themed game, but it was too difficult to animate horses so I went in a different direction.

Originally the game had a more elaborate design with "bosses" that needed to be chased or outrun, and some more complex rules around generating obstacles. In the end it felt clunky -- it made the code a lot messier but didn't make it more fun. In the end I stripped that stuff out and stuck with the simple plan of going fast and avoiding obstacles.

Reflections on using pico-8

  • Overall it has been a ton of fun! I am excited to make another pico-8 game (after some other projects)
  • This community is a great motivator. Seeing all of the cool games people make helped me get this to the finish line.
  • I really like that pico-8 provides self-contained tools for code, graphics, music, etc. It takes me back to developing games in Macromedia Director and Flash in the early 00s.
  • The platform limitations are mostly fine and definitely help to keep things in scope. The most frustrating limitation was the color palette - the game features a lot of earth tones which was sometimes hard to work out given the limited palette. Conversely, I like that the limited color palette means that it is easy to spot a p8 game.
  • Using an external code editor helped me a lot - largely because of better typography, as well as making it easier to divide the code into modules.
  • I never ran into the token limit, but it was a psychological barrier. I did some premature optimization early on to avoid it, which wasn't necessary.
  • I did very little on the sfx and music side. It seemed difficult to make subtle sounds like bird footsteps on sand. I would like to go back and explore these features more, though I'm not musically inclined.
11
9 comments


Cart #acepilot-0 | 2024-06-21 | Code ▽ | Embed ▽ | No License
3

You are an ace pilot.

< > : turn

x : fire a bullet

c : speed up

enjoy!

3
0 comments


I'm working on a game that notes how high players climb. Right now I'm trying to put together a "ruler" that stays on the left side of the screen and scrolls with the player, letting them know at a glance how far they've traveled. Every 50 pixels, the ruler has a slightly longer line, and a printed numerical value indicating the corresponding height. Here's what I have so far.

Cart #fozadasohu-0 | 2024-06-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Right now, the ruler is powered by a for loop in the function draw_elevation(), which means that it has a definite start and end. Could anyone recommend a method for making the ruler extend in both directions indefinitely (without crashing PICO-8)? My efforts to try while and repeat loops have failed. (Bonus points for making the 0 line start at the bottom or center of the screen!)

[ Continue Reading.. ]

2 comments


Cart #ludo_2bc-2 | 2024-06-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Ludo is a single player PICO-8 version of the classic board game. You may also know it by a number of other names and variations, like Sorry! or Parcheesi, and it may have led to a family fight or two way back when. Ah, memories!

The goal of the game is to get all 4 of your tokens around the board and safely into your home row before someone else beats you to it. There's danger around every corner though! If another player lands on one of your tokens, it gets sent back to the start circle. But you can also send your opponents back to their start circles by landing on their tokens. How rude! The player who gets all of their tokens into the last 4 slots of their home row is the winner.

Rules

[ Continue Reading.. ]

6
6 comments


I cannot successfully paste sprites in the Education Edition in either Chrome or Firefox.

Reproduction steps

  1. Go to https://www.pico-8-edu.com/
  2. Hit escape
  3. Click the sprite editor tab
  4. Draw a red cross in sprite 1
  5. Press ctrl+c. See "copied 1x1 sprites"
  6. Select sprite 2
  7. Press ctrl+v. See "pasted 1x1 sprites"

Although the text "pasted 1x1 sprites" appears, sprite 2 remains blank

Reproduction 2

  1. Go to https://www.pico-8-edu.com/
  2. Hit escape
  3. Click the sprite editor tab
  4. Fill sprite 1 red
  5. Fill sprite 2 blue
  6. Select sprite 1
  7. Press ctrl+c.
  8. Click the code editor tab
  9. Press ctrl+v. Observe pasted text is mostly 8s (for red).
  10. Click the sprite editor tab
  11. Select sprite 2
  12. Press ctrl+v(!). Observe sprite is unchanged. (EDITED - I had this wrong originally.)
  13. Click the code editor tab
  14. Press ctrl+v. Observe pasted text is mostly Cs (for blue)!

[ Continue Reading.. ]

3 comments


Cart #bikerage-0 | 2024-06-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
2 comments


The objective is to guide the white cat to the goal (maze exit; marked with a yellow circle).
You can only move cats by dragging them by their front or back paws! Use Z to grab or release a cat. Hold X to reset a level.

There's only nine levels so far, roughly ordered by difficulty.

Cart #iliazeus_longcats-0 | 2024-06-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
3 comments



Tablut

A two-player, turn-based board game, where a king in his castle is ambushed from all sides and must escape.

How To Play

Player One plays as the attacking team (red pawns), and Player Two plays as the defending team (blue pawns).
The king starts at the center position, and is marked with a golden crown.

When selecting a pawn, valid moves are marked on each tile on the board. You can move horizontally or vertically by selecting a pawn and then selecting any valid position that is marked on the board.

To kill an enemy, you must surround them from two sides, either horizontally or vertically.
For example (o represents an attacker, x represents a victim):

[ Continue Reading.. ]

1
0 comments




Top    Load More Posts ->