Log In  

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

Cart #triainsomnia-2 | 2021-04-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
27

A short dungeon crawler.
Made for Dungeon Crawler Jam 2021.

Credits:

27
8 comments


The reasoning behind this is rather simplistic. I have only published games for Windows and Mac (and these days I struggle with even getting out for windows) and so I inherently don't get many plays on any of my games. HOWEVER, Pico-8 allows for easy export to Windows, Mac, Linux, and best of all, Web! So my jam games will get max exposure. I also find it hard to work on a blank canvas with no constraints, but Pico-8 has a lot of constraints that could help get my creative juices flowing. It is also a far more code based creation platform than anything I've ever used before, so it'll teach me some ins and outs of how a language works than a standard engine, and maybe with the few inbuilt tools and easy to learn language it provides (Lua) I could use as a stepping stone to use frameworks and code engines like HaxeFlixel or Pygame. I never intend to use it outside of game jams, as my engine (GMS2) is very much good, and not the reason I am thinking of picking up this tool, other than when learning the engine (or maybe I will learn it for a game jam, who knows , not me, that's for certain) Anyway thanks for reading my ramble, I'll post more here when I start actually using Pico-8! Peace out for now :)

1 comment


I added sound to a fun duck hunt game.
code - pingo
sound - jenques

Cart #untitled_sfx-0 | 2021-04-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


So, I'm making a game as a birthday present for my friend. As I always do, I forgot to do it before and am sitting here on the day before. Now, this game is tile based, and I need to mass generate some tiles which do the same thing with different values. Here is a simplified version of this problem:

for v,i in ipairs({33,34,35,36})do
  tiles[i]=function(mx,my)
    plr.d=v-1
    plr.g=true
  end
end

My question is, will this work, and if not, how would I go around doing this?

1 comment


Cart #banano_test-3 | 2021-04-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


Ignore this

3
1 comment


Progress: 50%

0 comments


Cart #sumeboimap-1 | 2021-04-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


The main map for my super meat boy demake
Use arrow keys to navigate
Z or X to select a chapter
(there is only currently forest light and dark)
original post: https://www.lexaloffle.com/bbs/?tid=42090

edit: this project is discontinued
source will be uploaded to my discord server at #pico-8: https://www.discord.gg/FsYGwsD

4
0 comments


Cart #ray_march-0 | 2021-04-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
1 comment


Cart #gekihehebu-0 | 2021-04-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

My son had some trouble with the controls so I made it only need the arrows. I also slowed the ship down, it was too fast for his little fingers.

0 comments


Cart #isidore-0 | 2021-04-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Cart #roxana-0 | 2021-04-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Experiments in variable fps animation to simulate drawing / handwriting.

Drawing instructions are encoded and stored as a string in the lua code. Two different encodings ISIDORE and ROXANA were implemented, each with corresponding function used to decode and execute the drawing instructions.

TIP: toggle performance monitor using Ctrl+P to view fps

Motivation

When using animation to simulate something being hand-drawn or handwritten, ability to vary the speed of the "pen stroke" can help make the animation look more realistic and convincing, e.g. faster for straight lines, and slower for tight turns and loops.

How?

With this undocumented function:

_set_fps(rate)

The wiki seems to suggest that 15, 30, or 60 are the only acceptable values, but with a bit of experimentation I found that arbitrary values do work.

[ Continue Reading.. ]

4
2 comments


So I was working on a random visualiser thing, when I realised, uhh,

What?

I've never seen the sprite counter in hexadecimal, and don't remember a feature like that being announced nor me toggling it..

Someone help I'm confused ; _ ;

2 comments


Cart #mobohopaja-0 | 2021-04-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

I am very very new to this. My 2.5 year old likes video games a lot but isn’t very good at them yet. He also likes space. I thought I would try to make him a game. He can name all the planets in our solar system so now he can visit them.

2
0 comments


Cart #harvest_the_apples-0 | 2021-04-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10


Applebloom is very hungry today!
Harvest some apples to feed a growing filly.

Arrow keys to move
X to Grab/Drop items
Z to Use items

10
4 comments


Cart #wildtrip-3 | 2021-04-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

This is a work in progress which started out because my sinc3 tests for 0x0808 looked like landscapes..

Next job is to replace the sinc3 landscape as it's way too expensive (took it from 60fps @ ~0.5 cpu to 30fps)

Job after that is to add yet another endless generator so I can start actually doing the game rather than the background renderer...

Update 1:

Ended up keeping the sinc3, but inlined it for performance. The main performance killer now is the tline sky, so I'm adjusting my goals to aim for 30fps. I've altered the draw distance and hill frequency settings in this version to reflect that.

I've made a few improvements to the hill system to make the levels look more planned.

[ Continue Reading.. ]

9
0 comments


Cart #dtekopyu-1 | 2021-04-05 | Code ▽ | Embed ▽ | No License
39

DESCRIPTION

You woke up today and decided to make a pie. You found a helpful recipe card in a drawer somewhere, but to your dismay found a woeful lack of the required ingredients! Your quest is to find the required ingredients and bake a pie!

CONTROLS

  • Arrows: Move
  • Z/N: Look at pie recipe
  • X/M: Interact with an object

Interact with stuff! If it doesn't help to further your pie-goals, at least it might have some entertaining flavor text!

CREDITS

All the coding, art, sound design, etc. was done by yours truly.
Special thanks to the Pico-8 discord for being helpful and answering my questions!

I got ahold of Pico-8 about 2 months ago, and I started working on this about two days into learning it, so... this took longer to make than I was thinking. But I think it's cute, and I learned a lot, so I like it!

39
21 comments



Hello and Welcome to an EPIC ADVENTURE (the epic is a joke).
This is my first game that i Created with Pico 8, so please don't be so hard on me if you don't like something in it.

-Controlls-
Walking = ←↓↑→
Inventory = x
Close Sign = c
Restart after you are dead or after you've Won = x

-Short Explanation-
You are a thing that want's to get in the house.
So you just search for a Key.
If you notice anything Strange like a talking Tree, just ignor it... PLEASE!

-What I wanna see from you-
Yes I want a bit help from you.
I want that you post in the comments any sort of suggestion for this game, because I want to improve the game.

[ Continue Reading.. ]

2
1 comment


Cart #gesadupito-2 | 2021-04-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
190

PicoVox

version a2

Old versions

Cart #gesadupito-0 | 2021-04-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
190

PicoVox is a voxel art creation program for Pico8.
--Use your mouse to add, remove, and recolor blocks on an isometric grid.
--Render ray-traced images and rotation animations of your pieces

[ Continue Reading.. ]

190
34 comments


Cart #yigapiyodo-0 | 2021-04-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

HISTORY

During a nightly military maneuver, you are abducted by a UFO and taken to the mothership. You must escape from each of the 10 rooms discovering the correct activation sequence until you are taken with the leader!

HOW TO PLAY

Arcade mode

Turn on the four switches in each level by press down when you are near one.

You must activate in a certain order; If the order is incorrect all the switches will be deactivated and you will need to start the sequence again.

Avoid collisions with enemies and falling through floor holes.

Collect the falling boxes to get improvements for your weapon and avantages over enemies.

Endless mode

Collect as many boxes as you can to get improvements for your weapon and avantages over enemies.

[ Continue Reading.. ]

7
2 comments


Cart #wokawupef-0 | 2021-04-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

1 comment


Cart #zusetimezi-0 | 2021-04-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments




Top    Load More Posts ->