Log In  

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

[ edit: see follow-up post for updated cart ]

For the newest #tweettweetjam I made a very basic space shooter (layout inspired by Gyruss/Tempest) in <560 characters. It even includes a bit of sound via poke-ing to the sfx memory, since the jam rules say "code only" without separate gfx/sfx assets.

Use ⬅️/➡️ to move, ❎ to fire.

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

(I may write up a commented / uncompressed version of the code at some point...)

2
1 comment


This started as an experiment to learn PICO-8 music creation, and wound up being one of those projects you can't stop working on.

Happy birthday to Gawr Gura, you silly shark you.

Thanks to
@takeru11275 (twitter) for the original Gura-Roomba
@SBGU_ (twitter) for the Roomba Design inspiration
Whoever made the original Gura BGM

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

10
4 comments


Cart #kubirozoma-0 | 2021-06-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

This is my first officially released PICO-8 game. First week of a challenge to make a complete PICO-8 game every week for 6 weeks. The balance is rather poor, but it works as a game.

4
1 comment


Cart #kehuzenoda-0 | 2021-06-19 | Code ▽ | Embed ▽ | No License
6

6
5 comments


Hi all,

This is a question I asked on discord, but I thought to get some feedback on here.

Stupid question maybe. I'm editing in vscode. I've put rulers at 32 chars to match the in built editor. How the heck do you all make your code fit inside a pico8 editor horizontally.

I don't mind going over every so often but 32 chars is very very little.

ico_zoom_in = create_icon(0x3844.92ba, 0x9244.3a01, 100, 40)

comes to 62 chars.
even if I rename to be

zi = ci(0x3844.92ba, 0x9244.3a01, 100, 40)

it comes to 44 chars but zi is a horrible name for zoom in icon. and ci is a horrible name for create icon.

maybe something like this.

    local top = 0x3844.92ba
    local btm = 0x9244.3a01
    local x,y = 100, 40
    zoom_in_ico=c_ico(top,btm,x,y)

That fits but need to lift a lot of variables out and still c_ico isn't very clear name.

Do you all even consider this?

I find I just can't work with 32 chars.

[ Continue Reading.. ]

3 comments


Cart #bimuwinupi-0 | 2021-06-19 | Code ▽ | Embed ▽ | No License
1

first cart, feedback would be nice

1
1 comment


Cart #birbgame-0 | 2021-06-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Desc

Have you ever been annoyed by the pipes that have been passing by you and your friends for weeks? Well this game is for you! You don't have to dodge any pipes,
in fact, you don't even have to dodge anything! You can just fly in peace without those pesky pipes ending your life.

Characters

Mr. Birb

He is in fact, a birb, not to be confused with a bird.
[0x0]

[ Continue Reading.. ]

4
5 comments


Cart #jetski-4 | 2021-06-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

I made this for the one hour game jam!

Controls: Arrow keys to move, X to start

0 comments


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

[0x0]

2
1 comment


Cart #fesiwimufa-0 | 2021-06-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Tweet Tweet Jam 6

TTJ 6 is here!

Same deal as usual, except this time it lasts twice as long!

Quick rundown for the uninitiated:

  • Make a game in 560 chars or less (2 tweets)
  • No premade cart assets allowed (spritesheet / map / gfx) - everything in code!
  • You don't need a twitter to enter
  • Multiple submissions allowed & encouraged

Sign up on the itch page.

Have fun!

6
9 comments


Cart #nodes-0 | 2021-06-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
19

About

Teleport between dimensions to satisfy the Guardian's thirst for shapes! Ascend through all 10 stages to attain transcendence!

How to Play

Tips

  • The longer you spend in a room, the more perilous it is likely to become.
  • If you find a room particularly difficult, use the nearest teleport shape to get out quickly, even if it doesn't take you directly to the next shape you need.
  • Score high by activating the more dangerous node effects.

Downloads

Downloads for Windows, Linux, OSX and Raspberry Pi can be found on my itch.io page:

[ Continue Reading.. ]

19
8 comments


Cart #spacebros-6 | 2021-06-22 | Code ▽ | Embed ▽ | No License
5

v.3 WIP

-New 2nd full planet is here!

Special thanks to:

JWinslow23 & aDotInSpace

space ship icy movement

ReeceGames

5th weapon

Sim

token savings

.
.
.
How to play:
p1: Arrows - move,
X/V/M - shoot;
p2: ESDF - move,
Q - shoot.
Kill enemies, dont die, good luck.

5
4 comments


Cart #gunfish-16 | 2021-06-24 | Code ▽ | Embed ▽ | No License
2

We're currently working on a bullethell with pico 8, It's our first project in pico 8 and we're still learning. We would love to hear your feedback and what you would like to see in future updates. We also have made an itch.io page for our game. Feedback on the presentation of our game is also appreciated a lot! https://yarnick.itch.io/gunfish

Thanks for checking out our post! We're looking forward to your feedback!

update 1: we've added a startscreen, game over screen with a highscore and a new enemy type.
Update 2: added music, care package, tweaked enemies
update 3: improved startmenu
update 4: added explosion, tweaked bullets & enemies
update 5: new enemy type added

2
1 comment


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

Made in one day based on the GMTK 2021 prompt.

I wasn't able to do the actual jam in time because of prior engagements but I wanted to make something. Enjoy!

I took some of the code from https://www.lexaloffle.com/bbs/?tid=3948 so its not wholly original. Thanks to ztiromoritz.

10
2 comments


Cart #crumbling_city-2 | 2021-06-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

climb to the top of the crumbling city in my first celeste classic mod!

i made this using celeste editor which is a really pog web editor for celeste classic mods. link here: https://jpegsarebad.github.io/celeste-editor/

7
4 comments


Cart #nemonic-2 | 2022-06-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
155

Nemonic Crypt

Nemonic Crypt is a self-made-bullet-hell-lite-roguelike.
Fight your way through 5 randomly generated floors in search of all 6 crystals.
Each Crystal can be used as a weapon against the monsters in each room, but beware: the strength and number of monsters will also grow as you adventure further into the crypt.
If you miss an enemy with a shot, the energy bullet will bounce around the level, giving it another opportunity to hit. However, the crystals energy bullets can also damage you!

Features:

  • Randomly generated crypt layout
  • Daily Crypt that is the same for all players and repeatable throughout the day

[ Continue Reading.. ]

155
18 comments


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

I recently needed a countdown timer for a game I wanted to port but wasn't able to find a tutorial online. The code wasn't exactly difficult, but it would have saved me some time, so I figured I would upload the template I made for myself so others could use it.

This will show the timer on screen in total seconds (set to the highest maximum number by default) and in digital clock format (00:00:00).

-- countdown timer
-- by ryanb_dev

-- hours:minutes:seconds
-- max 32767 seconds
-- 9:06:06

function _init()
	timer = {
		text = "",
		hours = 0,
		minutes = 0,
		seconds = 0,
		active = true,
		seconds_left = 32767,

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


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


Disco Dance-off is a rogue like inspired game where instead of fighting monsters you find dancers with the same outfit and dance with them, you can change outfit by dancing on a disco tile, and once you collect all colors you progress to the next floor. Each floor gets progressively harder, as you decent into madness, with stranger dancers and more colors.

This is the first game I made using Pico 8 so I hope you enjoy it :).

2
1 comment


Cart #celeste1x2-1 | 2022-01-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
28

A short evercore based mod I made with a 2 hour time limit featuring 1x2 rectangular screens.

Edit: fixed the title screen bug.

28
16 comments


Cart #zifajesowo-0 | 2021-06-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

This is a game from Brandev and Nemo_dev for the Game Makers Toolkit 2021 game jam. It is a puzzle platformer about linking powers to your character from nearby friends.

3
0 comments




Top    Load More Posts ->