Log In  

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

Cart #thechaseupdated-0 | 2020-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
2 comments


Cart #fagayojaze-1 | 2020-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

NYAN CAT THEME!!!

[0x0]

Cart #fagayojaze-1 | 2020-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


I'm sorry I am bad at music so there is none :(

1
0 comments


Cart #celestecside-0 | 2021-09-28 | Code ▽ | Embed ▽ | No License
17

17
16 comments


Cart #mapcompress-2 | 2022-02-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


new version of mapcompress
use 4x the sprites (kind of)!
this cart serves as a map editor for a new way to draw the map
ESDF to move
left click to place tiles on the map
right click to get a tile from the map
left arrow to toggle x flip
right arrow to toggle y flip
up arrow to toggle sprite selector
z to save map to cart
x to load map/sprites to editor

notice:

  1. currently you cant use sprite flags to draw certain sprites
  2. camera won't work with this, use sx and sy
  3. you cant choose the width/height of the map area you want to draw

map code (put this in your game instead of map()):


function _map(x,y,sx,sy)
local x,y=x or 0,y or 0
local sx=sx or 0
local sy=sy or 0
--local celw=celw or 17
--local celh=celh or 17
--local layer=layer or 0
local mx,my=0,0
for i=0,305 do
local tile=mget(mx+x+(sx\8),my+y+(sy\8))
local tsec=tile\64
local flipx=false
local flipy=false
if(tsec==1 or tsec==3)flipx=true
if(tsec==2 or tsec==3)flipy=true
tile+=(tsec-1)-64
spr(tile,mx
8-(sx%8),my*8-(sy%8),1,1,flipx,flipy)
mx+=1
if mx>17 then
mx=0
my+=1
end
end
end

[ Continue Reading.. ]

4
2 comments


Cart #springphysics-0 | 2020-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
30

Hi all. I put together a work in progress demo of a simple physics engine that can handle particles connected by springs. This uses a method known as Verlet integration which is stable and efficient, so you can simulate dozens of springs in real time.

The cart includes 4 demos: a pendulum, a string, a cloth, and a deformable rigid body.

The library implements the approach laid out by Thomas Jakobsen in the article Advanced Character Physics. The syntax is inspired by the physics simulation library

[ Continue Reading.. ]

30
2 comments


Cart #kona_ninja-1 | 2020-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15

About the Game

Kona Ninja is a retro platformer game that can shred the terrain with a sharp blade. As people rumored, this ninja only attacked the corners. Although this sounds weird, trust me, it will be quite fun to play!

This game is designed and developed by DRING.

Controls

  • ← & → | Move
  • Z / 〇 | Jump
  • X / × | Cut (only for corners!)

Story

According to legend, there is a group of ninjas called Kona Ninja who are well-trained, restrained and decisive. Their most powerful move is to cut corners. Their sharp blades will lead to the corners of the building. In an instant, the wood shattered and people went. Therefore, they are always sneaky masters.

[ Continue Reading.. ]

15
3 comments


Cart #quadmirrortool-0 | 2020-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This is the same as my other sprite tool, but it mirrors left and right and up and down.
So it gives cool quad mirrored images.
Fun for making flags and icons and other thingies.

Basically, the top shows what percent black is likely to occur each sprite.
X will refresh the image
Up and Down change the height of sprites
Left and Right change the width of sprites
Z + Up/Down changes the black value.

1
0 comments


Cart #nahutotike-0 | 2020-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #spritetool-1 | 2020-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

So this is my implementation of the random sprite thing I saw on https://2draw.me/random_ship_generator/index.en.htm

Basically, the top shows what percent black is likely to occur each sprite.
X will refresh the image
Up and Down change the height of sprites
Left and Right change the width of sprites
Z + Up/Down changes the black value.

Have fun.
Not sure how to export the images off the cart, but can be fun to play with a bit.

Cheers.

5
1 comment


Cart #pushamo_demo_neuro_diversion-1 | 2020-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
22

I worked more on my LOWREZJAM entry to expand it into a fully-featured title!

PUSH BLOCKS. FORM SQUARES. OR DIE TRYING!
Pushamo is an arcade push-em-up. You control a character, pushing shapes within a grid to form squares, which clears blocks and earns points. Bigger and more spectacular clears grant you even more points!
Your goal is to reach 4000 points as fast as you can.

The full version is available on itch for $5, all of which goes to support the Autistic Self-Advocacy Network!
The full version has many many more modes, including 2-player coop, all-clear puzzles, and an awesome scenario mode that changes core rules of the game.

22
3 comments


Cart #fabidatado-1 | 2020-11-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
28

Take control of a single pixel and venture into a strange , abstract world to rescue all the pixels. Brave Pixel is an action-puzzle game where you must collect all the pixels in each zone to advance across the world. Battle the greedy red worms and unlock new powers.

Controls

X (hold) - Creep (i.e. move one pixel at a time)
Z - Special Power

Development:

I started making this in July and I brought lots of ideas for it into my game Clever Pixel, which was my submission to LOWREZJAM2020. I've always loved the idea of a game where you start off with just a single pixel however, whilst Clever Pixel was a sort of dungeon-crawler/Metroidvania, Brave Pixel is much more... erm... arcadey? I had a hard time picking a genre for this game as you can probably guess.

[ Continue Reading.. ]

28
7 comments


Cart #thechase-0 | 2020-11-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #ss_typing_demo-0 | 2020-11-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

I needed to get my feet wet and actually do something with Pico-8 and this reddit post was interesting, so I took a hack at it.

The sound effects suck, there's a lot of nice-to-haves it's missing, but it accomplishes a demonstration of a "typewriter" text effect, I think?

My first cart. Yay!

1
0 comments


Cart #pico_stacker_v01-1 | 2020-11-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

I'm kind of making a music sequencer as a hobby at the moment, and using Pico-8 to rapidly prototype it. Version 0.1 is just a very basic drum machine style sequencer.

8
5 comments


I'm trying to change my email, but the confirmation won't appear in my inbox. I've been changing my email on other sites so I suspect the issue is on your end. @zep

0 comments


Cart #pigments-0 | 2020-11-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
242

This is my entry for discroomjam.
I'm very late, because I had itchio jam page and forgot about the lexaloffle bbs post !
But here's pigments !

--- GOAL ---
Get pigment droplets
Dodge the deadly razor discs
Paint all tiles

--- UNLOCK ---
The game save your highscore for each fruits
Your metascore is the addition of all your highscores
Unlock new fruits by reaching specific metascores

--- SPECIAL TILES ---
Grass : discs can' enter grass
Water : hide fruit from discs but consume pigments
Trigger : all discs dash in your direction

--- FORMAT ---
if you want to start again, you can format your savecard using SHIFT+F

242
21 comments


Cart #wirimenobi-2 | 2020-11-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Basic Character

A simple character with controls and sprite animation. Stole some stuff from the collide demo especially for movement. This Whiteout Labs was super helpful.

idle

[0x0]

walking

[0x0]

[ Continue Reading.. ]

1
0 comments


and made a bigger demo

Cart #kirby_sprite_test_2-2 | 2020-12-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


A small game I made that tests the mechanics of having 16-by-16 pixel sprites (because I haven't done this before) and I may release a Kirby remix soundtrack soon.
Cart #kirby_sprite_test-0 | 2020-11-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
1 comment


Cart #niwotihpo-0 | 2020-11-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
0 comments


Cart #ywihidof-0 | 2020-11-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Currently unfinished puzzle game, slide around on ice to get to the next room.

1
0 comments




Top    Load More Posts ->