Log In  
Follow
smithothy
[ :: Read More :: ]

Cart #combat-0 | 2023-09-21 | Code ▽ | Embed ▽ | No License
6

Tank battling like it's 1977!

(2 player only)

A re/de-make of Combat on the Atari VCS.

Features:

  • Flamethrowers!
  • 5 other weapons
  • rotating turrets
  • 7 battlefields
P#134726 2023-09-21 20:12 ( Edited 2023-09-21 20:18)

[ :: Read More :: ]

Cart #fontedit-0 | 2023-08-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15

Requires mouse & keyboard

This started off as: "I wonder if I can get the ZX Spectrum font into pico-8?"
I then realised that 16 chars per line isn't particularly practical, and wrote a font editor.

Features:

  • edit, save, export fonts for use in pico-8
  • change width & height of font characters
  • adjust width per character
  • cut, copy, paste, undo, nudge
  • 8 internal save slots
  • exports a .txt file to desktop that will run in pico-8 to use the font in other projects
  • uses ZX Spectrum font as initial template

Limitations:

  • save/export won't work in browser
  • only edits the main 96 characters (i.e. Spectrum font)
  • no undo on the file screen!
  • fonts are saved internally to cart rom on exiting the file screen, cart must be saved to keep changes.
  • can't load external fonts
  • exported code is verbose, but I wanted to keep things readable.
P#133458 2023-08-24 07:25

[ :: Read More :: ]

Cart #invadops-2 | 2022-10-16 | Code ▽ | Embed ▽ | No License
6

Another Space Invaders clone! I just fancied having a go at writing one, and then the particles and themes happened.

Bonus points if you get all the references...

16/10/2022 - minor update - high score, score remains on game over screen

P#117903 2022-09-24 15:14 ( Edited 2022-10-16 22:13)

[ :: Read More :: ]

Cart #flow_smithothy-0 | 2022-05-07 | Code ▽ | Embed ▽ | No License
4

Mouse and keyboard required.

P#111435 2022-05-07 07:30 ( Edited 2022-05-10 21:16)

[ :: Read More :: ]

Cart #snakop_v1_1-0 | 2022-03-09 | Code ▽ | Embed ▽ | No License
4

  • 2 more groundbreaking fruit types that are purely cosmetic
  • fixed snakop's fruit finding ability on the title screen
  • still no sound
P#108348 2022-03-09 21:39

[ :: Read More :: ]

CTRL+1 - move current line up
CTRL+2 - move current line down

Discovered by accident this morning. I've done a quick search, but can't find it mentioned anywhere.

P#100808 2021-11-25 22:52 ( Edited 2021-11-25 22:55)

[ :: Read More :: ]

Cart #voronoi_shader_1-0 | 2022-03-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Left/Right: change shader
Up/Down: change number of nodes
z: shuffle nodes

A cart for messing around with raster patterns. I love drawing shapes without actually drawing shapes, if you see what I mean.
The "shaders" are just simple formulas to select the pixel colour based on distance to the nearest two nodes.
Interlaced scan speed adapts when the number of nodes changes.

2022-03-09 - slight speed improvements, tweaked the adaptive bit.

P#98057 2021-09-30 20:16 ( Edited 2022-03-09 22:08)

[ :: Read More :: ]

Cart #zxspectrumkeyboardviewer-0 | 2021-07-29 | Code ▽ | Embed ▽ | No License
1

Navigate with D-pad, or press actual keys if you have a keyboard attached.

P#95440 2021-07-29 20:26

[ :: Read More :: ]

Cart #net_smithothy-0 | 2021-01-17 | Code ▽ | Embed ▽ | No License
16

First uploaded cart... only took me two years to get around to it.

This started out as a single chain. I read something on here (sorry, can't remember who by!) about cloth simulation and pulling both ends, and this is what I came up with. Not really cloth simulation, but I am still amazed that simple rules can create something so fluid-looking. The "wiggle" was mainly added to stop new links getting stuck, but it makes the whole thing look as though it is underwater.

I'm not planning a jellyfish-based game. Yet.

P#86545 2021-01-17 23:09