Log In  
Follow
Thego124

i don´t think, therefore i ain't.

brought to you by the colour green, the number 3, and the prenasalised labialised voiced labiovelar stop /ᵑᵐg͡bʷ/


Cart #tiler-3 | 2024-08-27 | Embed ▽ | License: CC4-BY-NC-SA
2


demo instructions in the cart itself, code and even spritesheet reasonably commented.
all tiles connect with each other by default, but that's changeable in the update_tile method.

feel free to make modifications, additions, optimisations, etc

made for a quite large and special sorta-secret project ;)

2
1 comment



Cart #bushi_brawler-0 | 2024-02-01 | Code ▽ | Embed ▽ | No License
21

In a quiet mountain range, on forgotten training grounds,
two warriors stand, ready to compete in a pure test of ability.
No tricks or gimmicks,
just their brawns, brains, and faithful swords.

Bushi Brawler

...is a minimal 2d platform fighter, inspired primarily by Super Smash Land and FOOTSIES.

Made alone by someone who plays barely any fighting games, platform or not, for the Samurai Game Jam.

Subject to be updated some day with added characters and better physics, attacks, and AI.

FEATURES:

  • a 2 player and a vs CPU mode
  • 1 character type, 1 stage
  • no health, just increasing knockback. hit your players off the edge or into the sky to win!

[ Continue Reading.. ]

21
9 comments



Cart #artery-17 | 2024-02-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

ARTery

A nice little drawing tool

version 2.7182... (e): "More than ever, hour after/ hour work is never over" edition

features:

  • multiple tools
    • brush tool
    • shape tool (rectangles and ovals, both filled and not)
    • text tool
    • select and move tools
  • multiple palettes
  • 4 steps of undo
  • zoom and pan
  • lots of keyboard controls
  • exporting, both as images and project strings
  • importing, any project strings and images <= 128x128 online, more in pico-8

controls: (keys in QWERTY layout)

  • scroll wheel can be replaced by up/down arrow keys!

  • press tab for in-cart control list! (currently limited info)

  • left/right to change tool
  • ctrl + scroll to zoom
  • 1...0 to zoom (0 = 10x zoom)
  • middle click or ctrl + left click to pan
  • shift + ctrl + scroll or R/F to change dither pattern
  • ctrl + Z to undo
  • alt + scroll to change palette
  • G for grid (zoom >= 4)

  • ctrl+S to save image (screenshot)
  • ctrl+E to export data string
  • ctrl+I to import data string
  • ctrl + ...

    • (B)rush,
    • (F)ill,
    • (T)ext,
    • Q => shape (yeah, idk),
    • (M)arquee (select),
    • N => move ('cause it's next to M)
  • ctrl H/V: horizontal/vertical flip (works with select!)

  • drag and drop to load an image (warning: 128x128 only in forum ...which means saved images are too big to be reloaded by default)

tools:

  • brush tool:
    • left click to draw
    • shift + left click to draw lines
    • right click for eyedropper (color select)
    • scroll to change brush size
    • shift + scroll to change color
  • fill tool:
    • left click to fill
    • right click for eyedropper (color select)
    • shift + scroll to change color
  • text tool:
    • left click to stamp text
    • keyboard input to write text
    • right click for eyedropper (color select)
    • shift + scroll to change color
    • write [\DATE] to append current date (ddMmm)
    • write [\TIME] to append current time (HH:MM; 24h, the better way /hj)
    • ctrl + V to paste clipboard (avoid non-standard characters, incl. newline and tab)
    • alt to clear current text
    • shift for upper-case and symbols
  • shape tool:
    • click and hold to draw shape
    • up/down to cycle shapes and fill
    • right click for eyedropper (color select)
    • shift + scroll to change color
  • select tool:
    • click and hold to make selection
    • just click to clear selection
  • move tool:
    • click and drag to copy and move selection (whole canvas if nothing selected)

[ Continue Reading.. ]

12
0 comments