Log In  

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

Cart #pico_towers-2 | 2024-08-15 | Code ▽ | Embed ▽ | No License
10

Pico Towers is my entry for the LOWREZJAM 2024 with theme: Peaceful!

Instruction:

Oh no! The blocks have all been jumbled up! Let's make some order and place all colored blocks on separate towers by color!

⬅️➡️ - Move around

🅾️: C - Pick up, put down

Support:

My awesome supporters over at Ko-fi! They allow me to pursue this niche hobby of mine! If you'd like more, consider hopping over to my Ko-fi page, where I share pixel art, game devlogs, postmortems, code rundowns, all that gamedev jazz! And if you can maybe drop in a coffee so I can make the next one faster!

Thank you Csöndi, Nerdy Teachers and Fletch for allowing me to keep up this hobby!

10
1 comment


Cart #jelpis_super_world-0 | 2024-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


is my remake a Jelpi demo

2
0 comments


Cart #wizoyewewo-1 | 2024-08-13 | Code ▽ | Embed ▽ | No License
11

"Bugged" combines the rush of arcade action and some roguelike mechanics with the thrill of navigating through swarms of insects. Prepare for a game where quick reflexes and an eagerness for chaos are your best tools for survival in a world where being Bugged is just the beginning.

Controls

move arrowkeys
normal fire x or v
focus fire z or c

Features

  • Shoot-em-up rogue-like with permanent death.
  • Run focused gameplay, playable in short bursts. Easy bullet patterns.
  • Find flowers, boss relics and offers from the frog forest. synergize!
  • Unlock skins!
  • Shoot your way through procedural waves of enemies and learn their attack patterns created by me.
11
1 comment


Cart #flappy_berb-0 | 2024-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Strange Flappy Brid clone

Credits

@bikibird Defy making
@jalecko For im using and remake this cartridge

1
1 comment


Square Transition Cart

Cart #jusedigna-0 | 2024-08-12 | Code ▽ | Embed ▽ | No License
3

3
0 comments


Cart #catsgotyourtongue-0 | 2024-08-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Oh no! There's a cat thief running amuck, and they have the power to steal other cats' MOUTHS! Use detective reasoning and spot-the-difference prowess to catch this troublesome feline!

Instructions
Use the mouse to click on cats. You may accuse any cat of the crime.

Tap the arrows on screen to move from room to room.

When the timer runs out, the cat thief will steal the mouths of the other cats in that room. Don't let 4 crimes happen or you lose!

How do you determine the criminal? Simple! The culprit is the only cat who will move between rooms! Find the cat who's been switching rooms and put 'em in their place!

[ Continue Reading.. ]

5
0 comments


Cart #fadubesiho-1 | 2024-08-11 | Code ▽ | Embed ▽ | No License
2

What's better than this? just girls ballin' around.
This is a two player game, so you'll have to be nice and convince someone to play with you.

This is a cartridge derived from Zep's original Collision example cartridge, I added a bunch of code to make a little game out of it while having a friend create the art and characters for it as a bit of an experiment.

There's no ending, so feel free to ball around until you've had your fill.

I started this project when I was still very excited to program in PICO-8. Now, I feel a little burned out - and I wanted to just get this out there before I lost all interest, so it's lacking plenty of polish.

PROTIP for COOL people that read cart descriptions : you can hold Z to dash.

[ Continue Reading.. ]

2
0 comments


Cart #klunko_ik-0 | 2024-08-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

This is a simplified kind of inverse kinematics. The function finds an arm position that will reach a certain point. Simplified in the sense that this is done just using vector maths instead of an actual IK algorithm. You can look at this desmos graph if you want to see the maths more closely.

Input:

  • Shoulder position (sx,sy)
  • Hand position (ex,ey)
  • Arm length (dist)

Output:

  • Elbow position (kx,ky)
  • Hand position (ex,ey)

The arm can only reach so far, hence the returned hand position. You can see the difference if you try to over-extend the arm.

It hasn't been optimised for tokens and the variable names don't really make sense, so apologies about that

function inv_kin(_sx,_sy,_ex,_ey,_dist)
	local mx,my=(_ex-_sx)/2,(_ey-_sy)/2
	local mm=sqrt(mx^2+my^2)
	if mm>_dist then
		return {kx=_sx+_dist*mx/mm,ky=_sy+_dist*my/mm,ex=_sx+2*_dist*mx/mm,ey=_sy+2*_dist*my/mm}
	end
	local km=sqrt(_dist^2-mm^2)
	local kx,ky=km*-my/mm,km*mx/mm
	return {kx=_sx+mx+kx,ky=_sy+my+ky,ex=_ex,ey=_ey}
end

And in the draw function

local ik=inv_kin(body_x,body_y,hand_x,hand_y,40)
...
spr(3,body_x-4,body_y-4)
spr(2,ik.ex-4,ik.ey-4)
spr(1,ik.kx-4,ik.ky	-4)

If you want to change the elbow direction, change the line
local kx,ky=km*-my/mm,km*mx/mm to
local kx,ky=km*my/mm,km*-mx/mm (swap the sign of mx and my)

2
0 comments


running and walking and running dont work???
this is after i ran the game for a while

0 comments


Cart #penrose-10 | 2024-09-02 | Embed ▽ | No License

0 comments


Cart #void_cat-0 | 2024-08-11 | Code ▽ | Embed ▽ | No License
4

a game by me, zeyth_, psygodyn and redyslimee for the discord game jam 8 :3

4
0 comments


Around 6 months ago, I remember finding a cartridge on Pico 8 where you could input assembly instructions and the program would execute them on a small screen. No matter how hard I look, I cannot find anything like this. Does anybody know what I found?

edit: nevermind, literally as soon as i made this post i found it. It's called Micro-8

0 comments


Cart #wuwowopora-0 | 2024-08-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
0 comments


Cart #qlock-5 | 2024-08-12 | Embed ▽ | License: CC4-BY-NC-SA
7

Qlock

A clock application that tells the time with words.
Based on the Qlocktwo design.

Usage

The time to the nearest five minutes is displayed with words.

Each lit corner dot indicates an additional minute past the displayed time.
Eg. "it is half past four" with two lit corners indicates a time of 4:32.

The "second display" can be switched on to view seconds past the minute.

Multiple colour palettes are available, including some generated from the
user's current theme. Feel free to edit these to your liking.

Controls

  • Up/down arrow keys to toggle "second display".
  • Left/right arrow keys to change colour palette.

[ Continue Reading.. ]

7
0 comments


Cart #flowerofeffect-0 | 2024-08-10 | Code ▽ | Embed ▽ | No License
6

フラワーオブライフのような模様を描画してみたくなり、作ってみました。

クエリは"HTBL()"の解析をある程度理解する必要があります。まずサンプル(tab:6)を見てください。

演出はパートでテーブル区切られており、パートごとに描画グループを複数設定することができます。

クエリ作成(QUERY)

描画グループの指定

{id number radius color distance angle [option]}

  • id: 操作する描画オブジェクトのインデックス
  • number: 描画する数
  • radius: 描画する円の半径

[ Continue Reading.. ]

6
0 comments


Cart #picoclicker3-0 | 2024-08-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

from here on, there shall be no overflows.

here it is!
5 versions later, i managed to understand how to do arithmetic.

this is an idle clicker game modeled after cookie clicker!
i basically just reimplemented the entire game around a bignums library.

v2 was around an alpha version of said library, but it didn't work as well as the one that Josiah Winslow provided me.
with a few tweaks, i was able to get this version running!

thanks to them for like half of this code! it's satisfying to see it finally out.

upgrades and prestige are unimplemented as of now. this is basically a new game!

1
1 comment


Cart #numberup-0 | 2024-08-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #the_ultimate_world_of_zep-0 | 2024-08-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8


Is my frist cartridge using zep user icon in label

Samples

Sample in 2-bit playing song Never Gonna Give you Up on O or Z

Credits

Code @NazarFloppaLovesP8
Defy @bikibird

8
7 comments


Cart #shituniao-0 | 2024-08-09 | Code ▽ | Embed ▽ | No License
11


BulletJam is a shooting game where bullets and enemy corpses pile up in the scene.

11
1 comment


Cart #bugbard_floaters-1 | 2024-08-09 | Embed ▽ | License: CC4-BY-NC-SA
3

a little bit of code art that i made on a whim :p

3
1 comment




Top    Load More Posts ->