Log In  

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

Cart #missilecommand0_8-0 | 2021-04-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
20

Controls

Trackball (or mouse) to move
A,S,D to fire bases

For a simpler game, just use X (or mouse click) to fire from the center base

Full mouse capture isn't available in the web player but I've compiled a Windows executable on itch.io:
https://pahammond.itch.io/missile-command

Missile Command: A Pure Arcade Game Demade

A think I played Missile Command once in the arcades in the 80s. I remember liking the idea but didn't have the skills ,or an abundance of loose change to improve, so I promptly gave up and moved on to something else.

Early in 2021, a late Christmas present from my wife arrived: Missile Commander by Tony Temple. It was a great read and I became mildly obsessed with Missile Command and decided to work on this Pico-8 version.

First I bought a trackball to get into the spirit or the original. Next I played the MAME version for a few days.

Researching an old game is part of the fun for me and thankfully I discovered this excellent "MISSILE COMMAND DEEP DIVE" article:
http://www.retrogamedeconstructionzone.com/2019/11/missilie-command-deep-dive.html

I'm pretty happy with the result. To me at least, it captures the spirit of the original. In a chunky 128x128 pixel sort of way anyway ;)

Enjoy.

20
5 comments


Cart #voroterrain-5 | 2021-06-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9


Another season, another terrain generator.

Below is an old version of the pipeline that was used for the generator. This has since been reworked a bit to add features.

  • Generate every possible syllable through structure "CV(n)" (Consonant, vowel, and an optional "n")
  • Pregenerate name with 2-5 syllables

  • Create n points and n/16 biome centres
  • Generate basic (polygonal) shape using voronoi
  • Apply "life" n/6.4 generations

  • Add name on screen

Tada! You've got yourself a basic map. You can also disable the "terrain" boolean to make it just generate a voronoi diagram, but that's boring and I don't need it so I leave "terrain" as True in the above cart. Feel free to play around though.

[ Continue Reading.. ]

9
7 comments


why do i have a lexaloffle account

what am i even gonna use it for

7 comments


Cart #shoot2-0 | 2021-04-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
3 comments


Game Released, please see this-> post

Stage 1 and 2 of my R-Type pico-8 port, showing all game and graphic system working.
Music once again courtesy of the great @dhostin (YouryKiki) based on Masato Ishizaki's original score

What's new

Stage 2 and stage selector

Some players complained about the difficulty due to restricted play area so I made the following changes:

  • slower enemy bullets and fire rate
  • small tweaks to soem enemy placement
  • when you respawn, no enemies already onscreen

Since this is a tech demo, i left some debug options available:

  • press W to pause scrolling and become invincible
  • once invincible press S and F to scroll through the stage
  • D to show/hide collision boxes
  • Q to summon the force and change its type
  • E to change the force power

Transparent explosions!

Using PicoDraw routines for more graphic elements (weapons/UI)

[ Continue Reading.. ]

18
17 comments


Cart #console_wars_intro-0 | 2021-04-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

I decided to cover the "Console Wars" web series' intro tune, and make a little PICO-8 cartridge to go along with it. Since there's no real gameplay, I guess it's kind of like a demo, but it doesn't really stretch the PICO-8 capabilities in any noticable way or do anything impressive. Just a thing I did for fun.

2
0 comments


In 0.2.2c

poke4(dst,peek4(src,len))

takes 0% CPU. e.g.

poke4(0x6000,peek4(0x0000,2048))

to copy spritesheet to screen for free.

Can we rely on this behavior? (please)

5
1 comment


Cart #boule_de_neige-4 | 2021-11-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Hello, I did my first cartridge.
Better with controllers.

This game is a 2 player snowball fight. The 2 players are separated by a river, the game end when a player without shield is hit once, when a game finish a new game start automatically. Use ⬆️ ⬇️ ⬅️ ➡️ to move, 🅾️ to shoot. Players start with 5 ammo and gain 5 other when they pick up an ammo bonus. If a player is on a pile of snow, he can use ❎ to build a snowman, this take 0.5 second without move or shoot and the snowman's body (not head) block the way of player but he block the way of 20 snowball before breaking down. Each 3 seconds, a bonus fall along the river, hit it for gain it, there is 3 kinds of bonus:

[ Continue Reading.. ]

4
0 comments


I just found that the Shift + Enter shortcut doesn't work after the 'else' keyword. I know it was supposed to be context aware, I see it properly adds 'until' after 'repeat' which is nice, but this case seems to have been omitted in the update which makes coding slightly annoying.

I'm not sure if this is a bug or a (not so useful) feature, because it's consistent with the changelog which states that as of 0.2.2b:
> shift+enter in code editor only auto-completes block for DO, THEN, REPEAT or FUNCTION
and not ELSE. If this is intended I'll move the post to the workshop section as a feature request.

Version: 0.2.2c

3
4 comments




On my linux machine I use a window manager that swaps between tabs using win + tab number. PICO-8 treats win same as ctrl and if I have PICO on tabs 6 through 9 it makes screenshots, gifs and label images when I switch to (or sometimes from) it. In config there's an option to disable this functionality with function keys F6 through F9, but I would like it to work ONLY on function keys or just not recognise win as ctrl, though I might be the only one. Til then I'll keep PICO-8 on tab 5.

2
5 comments


Cart #eatfruits-0 | 2021-04-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

[#eatfruits!#]

0 comments


a few doodles, in a sort of series.

Cart #a_mere_whisper_1-0 | 2021-04-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


Cart #a_mere_whisper_2-0 | 2021-04-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


Cart #a_mere_whisper_3-0 | 2021-04-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


Cart #a_mere_whisper_4-0 | 2021-04-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

[ Continue Reading.. ]

3
2 comments


Cart #solidrogue-3 | 2025-03-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
36

March 2025 update

It's been a while since I touched Solid Rogue, but here I am! I just wanted to put my final version here for the fans, but I've also uploaded it to itch.io if you want to give me money :) Those in the know (with a copy of pico-8) can export native files and see the source already, but I've provided those on the itch page for folks who want to support my work.

Thanks again to everyone who played it, and I'd love to see some top clear times ;)

-Mike

[ Continue Reading.. ]

36
22 comments


A gift for my boyfriend :)

Cart #tujenirehe-0 | 2021-04-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #picorangers-5 | 2021-05-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14

\ PICO RANGERS!! /

Press z to explode!
Keep pressing x to pause and play theme music.
You can make TOKUSATSU at any time and anywhere.

14
0 comments


Cart #an_absence_of_meaning-0 | 2021-04-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

12
4 comments


Cart #biplanes-0 | 2021-04-14 | Code ▽ | Embed ▽ | No License
2

Inspired by Biplane Duel on the Amiga.

To do:

  • Keep tweaking the physics
  • Make the background not suck
  • Add some baddies to shoot at?
  • Add some aerobatic challenges?
  • Add some sounds
2
1 comment


Cart #mipajiyoko-0 | 2021-04-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

Guys! Portal 3 finally came ou-
I mean uh, look at this new game, Wormhole!

[punchline]

I take no credit for portals, the musical phrases, emancipation grills, or anything else Aperture Science would copyright me for.

11
7 comments


Cart #mupidehino-1 | 2021-04-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

I card's game that have nothing with Draw Poker's rules. Enjoy!

2
0 comments




Top    Load More Posts ->