Log In  

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

So, um, I suck at composing music XP

Any chance that anyone wants to give a go at composing a Synthwave-y piece for Hover Joust? I mean, I'd like Synthwave-y...but beggars can't be choosers ;)

Current version of the cart is over here.

0 comments


Been experimenting with music and MuseScore, and transcribed the song from Jelpi (one of Pico-8's demo carts and playable here).

And here is my piano transcription of it. Some of the ledger lines did get kind of ridiculous. I wanted to make the octaves true to the Pico-8 one. I'm not entirely sure if I got it right, but I think it sounds right.

4 comments


Cart #53511 | 2018-06-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


This is my first pico8 game so please be indulgent.
This is an 80's style shoot them up. The goal is to make the best score.
Hope to do better next time.

Thanks for playing.

Alexandre aka bul71

0 comments


Cart #53524 | 2018-06-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
24

Here's a decent example of a Doom style 3D setup. I had a hard time finding one myself that I could understand. This is a combination of what I found. I'm posting it here to help anyone else trying to find something similar or couldn't understand what the other ones were doing. The code here is pretty bare bones so it should make it easier to follow. Let me know if you have any questions.

24
8 comments


i was under the impression if i bought pico 8 i would get a free version of voxatron during its alpha. i dont think i received a key for voxatron

thanks for any replies

5 comments


(0.1.11g)

you need to ctrl-v before you can use an external clipboard as stamp:

open 2 new pico8 instances

in one:

  • copy sprite 0 (ctrl-v)

in the other:

  • click on the stamp icon (stamp from clipboard) -> the stamp is still empty
  • ctrl-v -> sprite is correctly pasted AND registered as the stamp
0 comments


Cart #53489 | 2018-06-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

A simple side scrolling shmup. How long can you last against a never ending wave of enemies? Hit'em where it hurts!

1 comment


Cart #53485 | 2018-06-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

A simple PicoPong iteration of the code originally found on the PicoZine. I tried to spice things up a little with pick ups that alters the way the game works! Some pick ups make it easy, others will ruin your day. How long can you last?

0 comments



Use left and right to turn and Z or X to drop pizzas.

This is my submission for Pizza Jam 2. It is still a bit unbalanced, so feedback on the difficulty is appreciated.

1
0 comments


Game jam submission for Shenanijam (sticky justice) and Pizza Jam (memory). Made in Pico-8 in 36 hours. Submission page: https://tarngerine.itch.io/justice-pizza


You're a pizza who works for a delivery place. Remember customer's orders and collect the ingredients in the correct order!

  • Press Z to shoot cheese to capture ingredients, then touch them to collect.
  • Hold Z to reset a stage.

Was fun to bust this out much quicker than I have for my previous two jams, but I still hate rewriting collision detection/basic physics every project. Also had a hard time being inspired for music this time.

Video: http://youtube.com/watch?v=JaviXdciNbE

4
4 comments


Cart #53435 | 2018-06-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


Dwarves! A strategy game where you create a mighty dwarven city.
Press X to open the action menu and plan the dwarves next step.

0 comments


Cart #53433 | 2018-06-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Small endless shooter I made for fun.

0 comments


Cart #53431 | 2018-06-09 | Code ▽ | Embed ▽ | No License

Submitted for the OneHourGameJam-Website. Theme: Unexpected.

Controls are changing over time. Isn't that unexpected? ;)

0 comments


In the expandable textarea you get when you click Code under a cart, tabs are defaulting to 8 spaces, which is really ugly and rapidly pushes off of the right.

I found info here on how to fix it. If we assume that you're setting tabs to a default of 2 spaces in 0.1.12, then you'd want to do this for the code textarea:

style: -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2;

Because intarwebz haz standardz. I mean, look at that crap. Not just three versions, but two start with hyphens. WTF.

You should also do this for the div surrounding [code]...[/code] regions of posts.

PS: Remember also to fix the broken glyph translation in the textarea.

3 comments


Cart #53417 | 2018-06-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

7
0 comments



3
2 comments


Cart #53404 | 2018-06-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

A simple game, to get people started with pico8. It introduces sound and maps too.

I'm working on a tutorial to make this right now - and will use it in a workshop where I start building a game like this https://www.youtube.com/watch?v=K5RXMuH54iw and then evolve it into the maze game.

0 comments


Hi P8 community,

I am looking to embed some of my games onto a portfolio site I built using Github pages and am not sure how to embed the player without just linking to it on a separate view.
I am certain this can be done as I have seen games on Itch and the like.
I'm sure its easy and I'm just forgetting some basic HTML thing.

Anyone?

Thanks!

2 comments


Cart #53387 | 2018-06-08 | Code ▽ | Embed ▽ | No License
2


Hello friends. Here is a game I am working on. It is a two-player hotseat multiplayer game which chronicles a great war between people who want the ground to be BLUE and other people who want the ground to be RED. Enjoy!

Controls: up and down to aim, z to shoot, whoever paints more territory is the winner both in the game AND in real life.

Plans for the future are:
-- to include some different kinds of paint bombs
-- to let you hold Z to choose the strength of your shot
-- add some variable wind (and maybe a wind sock)
-- procedural level generation, or at least alternative maps
-- 1 player vs. computer mode
-- maybe add some more graphics...but not too much graphics

Borrowed the logo splash screen from here (https://www.lexaloffle.com/bbs/?tid=2213) and am indebted to the fan-zine for pointing out that screen shake is a multiplier on fun.

2
2 comments


Cart #koyezedetu-0 | 2019-10-27 | Code ▽ | Embed ▽ | No License
2

A SMALL PUZZLE GAME

CONTROLS
MOUSE (Left and right click) or ARROWS and Z/X

(you learn how to play in the game)

Started as a two hour game jam but decided to polish it up to release it.
Super great feeling releasing something, even though it is short.

Can't recommend enough to do the same!

1.4 UPDATE

  • Reworked UI again(yes again), should be easier to read
  • Moving Backgrounds
  • Made it a little more forgiving
  • More enemy types

1.3 UPDATE

  • Reworked UI again, should be easier to read
  • Dpad support
  • Backgrounds
  • Nicer end screen
  • Nicer start screen

1.2 UPDATE

[ Continue Reading.. ]

2
7 comments




Top    Load More Posts ->