Log In  

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

Cart #spdungeon_wafidisefu-8 | 2022-04-21 | Code ▽ | Embed ▽ | No License
3

SPDungeon

Thanks for the feedback.

This is a school project, that will be graded.
It is also my first project in Pico-8 and Lua.
(The code is a bit of a mess)

Updates:

-Pathfinding fix
-Score counter
-Enemies shouldn't spawn inside pots

Known bugs:

-Player spawning on top of stairs

Features to add:

-More enemies
-Change player spawn location

3
5 comments


Cart #koikoi-27 | 2021-10-30 | Code ▽ | Embed ▽ | No License
3

3
1 comment


This is a very small arcade game for a game jam.
Theme was "paranormal Activity"
In this game you're a wraith. Get close to those pesky humans to suck out their life force.
Move to the magic circle to feed the portal the life force you gathered.
Avoid those priests...

Spent roughly a day, so don't expect too much :)

Cart #gubihuhoru-1 | 2021-09-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
1 comment


Can someone please tell me how to change a map tile with a sprite over it because I can't figure it out
heres my code
--player
function make_player()
p={}
p.h=10
p.a=3
p.d=1
p.dead = false
p.x=8
p.y=8
p.tx=1
p.ty=1
end

function player_move()
p.tx = p.x/8
p.ty = p.y/8
if (btn(0)) then p.x = p.x - 8 end
if (btn(1)) then p.x = p.x + 8 end
if (btn(2)) then p.y = p.y - 8 end
if (btn(3)) then p.y = p.y + 8
end
end

function overlap(x,y)
if (btn(5)) and fget == 3 then mset(p.tx,p.ty,4)
end
end

3 comments


I just purchased and downloaded PICO-8 for my raspberry pi, and when I try to boot it it will not. When I double click on the file, I am asked to execute it, which I do. After this, it open for a half second before closing immediately.

Is there anything else I need to do in order to open it correctly?

9 comments


GrassZone

Cart #grasszone-47 | 2022-10-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6


[80x8]

It is the year 4086. The world is ending, and the only grass left is on Grazz Island. The World Preservation Society (WPS) has hired you to get a grass sample from Grazz Island. The last person who went there tried to take some grass off the island, but it disintegrated when he left the Island. The world's only hope is the golden grass that has been on that island for over 450 years. Find the grass and save the world.

[ Continue Reading.. ]

6
5 comments


Cart #tetris_1k-7 | 2023-11-23 | Code ▽ | Embed ▽ | No License
15

Version 1.01: Fixed glitch, improved game over screen, corrected next piece preview orientation
Version 1.02: Fixed game-ending glitch arising from Pico-8 0.2.5 update

This is basically a full game of Tetris in 1024 characters, featuring:

  • Sprite Graphics

  • Next Piece Preview

  • Score System

  • Left/Right Piece Rotation

  • Pieces can be slotted in under ledges

  • Title Screen

  • Game Over State/Restart

Controls:

L/R-------Move Piece

O---------Rotate Counterclockwise

X---------Rotate Clockwise

Down---Soft Drop

This is an upgrade of my previous Tweettweetjam version of Tetris, and I was able to add a lot of things due to the extra space. A few things that I wanted to include wouldn't fit, like sound effects, level selection, and a fancier title screen, but this has graphics, solid mechanics, and a full game loop. Hope you enjoy playing it!

15
2 comments


First of all, wanted to say that I LOVE the new HTML PICO-8 manual! Long live dark mode :P.

Just wanted to report some inconsistencies and formatting issues:

1
1 comment


Cart #miyihigeso-1 | 2021-09-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


Cart #picophobia-0 | 2021-09-17 | Code ▽ | Embed ▽ | No License
22

Picophobia(Phasmophobia Demake)

I love the original game and the genre it has kicked off. So for it´s anniversary i made a Pico8-Version that you can play with two people. I used AFBUs great raycasting engine(https://www.lexaloffle.com/bbs/?pid=13195#p) and modified it a bit to fit my needs(mainly being a splitscreen game). I´m still working on incorporating sprites, but we´ll see wether i can figure out the math in the future. Any help would be appreciated!
Use X in the Van to equip the different tools and write down your findings in your Journal (press O)

Have fun, tell me about your sightings and feel free to modify or add levels!

[ Continue Reading.. ]

22
9 comments


Cart #frostpunk_pico-2 | 2022-02-01 | Code ▽ | Embed ▽ | No License
27

Controller Version

Cart #frostpunk_controller-0 | 2021-09-29 | Code ▽ | Embed ▽ | No License
27

Hello, Captain. Welcome to the frigid wastes of Northern England. The world is cooling, London is in disarray, and there is no end in sight. You are charged with helping your group of refugees survive the cold. This task will be daunting and dangerous, but you are not without hope.

To interact with your city use your mouse. A right click at the edges of the screen will move the camera, a left click will allow you to interact with the various menus and buildings. Your most important edict is this. Keep the Generator running. If it goes out surely your city will freeze to death.

[ Continue Reading.. ]

27
8 comments


Cart #mofuborohu-0 | 2021-09-17 | Code ▽ | Embed ▽ | No License
1


KiloKitty has business in the next town over (a special deal on yummy catfood), but the evil no-flight droids are attempting to shoot down anything that flies through the night sky after curfew. Worse, they all look like oranges! (which KiloKitty personally hates)

This game was made for the pico-1k jam. Its source code is only 1009 characters out of the allowed 1024. The cartridge made for this site is slightly different than the one I submitted to the jam, though, as the character count included comments. This version has the game title and my name at the top so they'd appear in the label. I unfortunately didn't have enough space to include a menu or automatic resetting after a game over, so instead the game freezes intentionally so at least the player can get to see how well they did.

[ Continue Reading.. ]

1
0 comments


Cart #nedudumsu-0 | 2021-09-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

I made a mod for @eboatwright 's simple platformer game!
I'm very new to pico-8, so I thought this would be a good way to start. Enjoy!

1 comment


Hungry Bobs

A Lil Evolution Sim

Cart #hungrybobs-0 | 2021-09-16 | Code ▽ | Embed ▽ | No License
5

This little ecosystem is composed of a population of colorful B(l)obs, and their food source, the green Al(gae)s. Unlike environments on Earth, where energy is constantly being lost as heat and gained from sunlight or chemical or geological activity, the Bobs and Als form a quasi-closed* system. New Als will only grow if there is enough free energy available, energy which must have been lost by Bobs going about their daily metabolic business.

Although the Als are happy to just appear and disappear when the simulation says so, the Bobs are somewhat more complex critters:

  • Bobs move around the toroidal petri dish at a constant speed
  • When hungry or curious, Bobs will change direction and swim off somewhere else

[ Continue Reading.. ]

5
4 comments


Clams

My first Pico-8 game :)
Feedback welcome

Get the Clams and put them in the hut
3 different characters with different abilities

If you get lots of Clams in one go, you get bonus points!
But beware, as this will make you slow.

Cart #ratewuyuki-4 | 2022-12-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

11
2 comments


Cart #wiredance_animation-0 | 2021-09-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Animated greeting-card (noninteractive) for the Wirehead team, on the successful completion of their crowdfunding campaign!

Press Z-key/O-button to show credits.

Wirehead sprites are from my earlier game, Berzerk Realm.
Music by Cold Air Unit.

1
0 comments


Cart #the_well_v2-0 | 2021-11-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

A short metroidvania I made, first try at a platformer. Quite a few glitches.

2
1 comment


Three step by step tutorials on how to get your games onto the 3 most interesting Pico-8 platforms. The itch ones goes into basic details on how to design your page too!

13
1 comment


Cart #masked_dedede-0 | 2021-09-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9


A remix I made in a few hours.

Press (O)/Z to play the SFX Instrument version

Press (X)/X to play the Non-SFX Instrument version

9
0 comments


Cart #sonic16x16-1 | 2021-09-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
46

A 16x16 pixel demake of Sonic 1. Features Green Hill Zone 1 with Dr Eggman boss battle at the end.
I tried to keep the feel of Sonic 1 as best I could, and the level is fairly accurate to the original, though not 100% the same.

Features

All badniks except for Newton, the chameleon type.
Ring and Invincibility Monitors. No shield.
Remakes of original Sonic 1 music.
Timer/ring count HUD for speed running. Toggled via the pause menu.
Current best 42seconds!

GIFs

[ Continue Reading.. ]

46
12 comments




Top    Load More Posts ->