Log In  

BBS > Community Superblog
All Users | Following | GIFs | Postcarts | Off-site

Cart #crazyrabbitafternoon-2 | 2019-06-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

General Idea

Create and oldschool rogue-like feel game.

Start: C/Z/Y (builtin differs on keyboard layouts, the button next to 'x')

Move with: Arrows, you can step twice while wolves moves once.

Skip step: X

Collect all carrots to proceed to the next level. Avoid wolves, by hiding in the rabbit holes. You can step twice, while wolves step one.

If they can't see you, they are dark red, and start to wander around. If the can, they turn bright red, and start to chase you down. They can't eat you, while you are in a rabbit hole.

Difficulty goes up by reached levels and steps taken, so plan ahead!

Also on Github

[ Continue Reading.. ]

6
6 comments


I'm really struggling with this one...I'm trying to vertical scroll a map (shooter style) and wall tiles in that map collide with the player stop them BUT ALSO push the player down if appropriate.

I got the mget() and fget() stuff kinda of working as I'd hoped but detection seems wishy washy.

I have code for map collisions that works well when the map isn't scrolling, and I tried to translate that over but with the map moving, it didn't work well at all. Especially when it comes to pushing the player down off screen if they are blocked by a wall tile.

I'm hoping someone might have made a cart that uses this type of technique or a snippet that I can reference.

My fallback (as always) is just using a bunch of objects and move them individually (to get the scrolling) but I'm trying not to do that so a) I learn something, and b) because moving a bunch of objects in sync never works and always looks choppy.

Any thoughts, examples, or similar shared stories is appreciated.

4 comments


The other day I listened to @Gruber's nice transcription of Giant Steps and I felt inspired, so here's another late-1950s jazz standard, this time from the great Dizzy Gillespie: "Con Alma".

My transcription is based on the version from the album Duets (1958) with Dizzy (trumpet) and Sonny Stitt (tenor sax).

I of course didn't have room for all the solos (the recording is over 9 minutes long), so I picked my favorite sections, but otherwise tried to stay faithful to their improvisations. I also made a loop out of the whole thing, so I didn't have to try to make room for the ending :)

It can be quite challenging and awkward trying to mimic the expressive, organic sound (and swung rhythm) of wind instruments with PICO-8's limited beeps and boops, but I'm pretty happy with the result, considering the medium :D

[sfx]

5
2 comments


Cart #leadvalleyupdate-0 | 2019-08-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Here is a updateted version of Lead valley.
Now with better player physics.

Cart #leadvalley-2 | 2019-06-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


here is the old version

3
2 comments


oxo
by gasman
Cart #oxo-0 | 2019-06-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14

A demoscene demo presented at Nova 2019

14
3 comments


Cart #nigubenido-0 | 2019-06-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

A single-screen platformer with a bomb-dropping mechanic similar to Rick Dangerous.

1
1 comment


Cart #sozegorafa-0 | 2019-06-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

A tough platformer, from my 2016 onegameamonth entries

1
0 comments


Cart #yahatafowu-0 | 2019-06-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

A Snake game, with AI opponents, from my 2016 onegameamonth entries

3
3 comments


by cravo
Cart #wukudomepu-0 | 2019-06-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

A platformer, from my 2016 onegameamonth entries. Has really annoying title music :-)

1
0 comments


Cart #wutugapeju-0 | 2019-06-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

A simple sokoban game, from my 2016 onegameamonth entries.

0 comments


Cart #goblinv1-0 | 2019-06-23 | Code ▽ | Embed ▽ | No License

1 comment


I'm not sure if this is the right section to post this, but is there any way to bind a single controller to have button inputs for several players? For instance for one controller to be recognized as two different players' dpads and thus act like a twin-stick style of control.

0 comments


Cart #earthxit-0 | 2019-06-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

entry to nova 2019 wilddemo compo

1
1 comment


Cart #fawasirudi-0 | 2019-06-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
32

Here's a small demo we made for Flashback 2019 held in Sydney. There are some firsts (I think... I hope) like the full screen X/Y distorter (at 60 FPS).

Credits:

code - kometbomb
gfx - ilkke & animal bro
musix - gruber

P.S. I used my very old code that seem to use someone's matrix math functions and I can't find the thread I borrowed them from so thanks and credits to him/her! They're named like rot_x_m() and lookat_m() etc.

32
5 comments


Cart #renai_circulation_wip-0 | 2019-06-21 | Code ▽ | Embed ▽ | No License
1

My first PICO-8 thing!

(Excuse the crooked writing, it was done in a hurry by a non-Japanese borderline dysgraphic person xd)

All weebs stand up for our national anthem... in 8-bit form.

I bought PICO-8 at the start of this week, and it instantly became my favourite tool for making chiptune music. That said, this is my first piece of music made with PICO-8, so feedback would be greatly appreciated. <3 (It isn't the whole song, it loops btw.) And to those who know the song: did I do a good job? xd

1
3 comments


Just wait a bit until the demo toggles the morphing to all objects.

Cart #threeddots2-1 | 2019-06-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

7
2 comments


Cart #boaty-2 | 2019-06-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Hi, I wanted to make a pirate game and I thought it would be cool if there were actual sailing mechanics.
So I decided that I would start with that.
I'm quite happy with the results so far but would no like to add land, birds and also make a bigger ship with some cannons or something.But i think the basics are here.

--controls
left and right - sailing
Z - sail up or down

If you have any suggestions feel free to give them.

1
1 comment


Cart #autismpride_greetcart-0 | 2019-06-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

a bit late (2 days to be exact, Autistic Pride is June 20th) to the autistic pride party, but hey, better than nothing!
this cart is a little greetcart with the neurodiversity logo and several musical themes from media containing autistic characters. can you guess all the themes?

made with love by adrian09_01 for Autistic Pride Day 2019.

2
3 comments


Cart #cosmic_cab-1 | 2019-08-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

[UPDATE 1.0]
Embedded new sprite sheet as provided by @ghostneedle to improve platform color coding.


A brand new take pure arcade take on Space Taxi from Muse in 1984!

Start a new cab business and master gravitational physics and expert timing to navigate your cosmic cab to pickup and drop off travelling folk who are of course always in a hurry! Naturally you'll be competing with a privatised public transport service that won't hesitate to nick your customers right in front of you! Also, don't forget to get fuel before you run out, but watch out for gravity defying rolling fuel barrels getting in your way! How long will you last and how much value will you gain for your enterprise?

[ Continue Reading.. ]

6
18 comments


Cart #doyadijigo-3 | 2021-02-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

New game inspired by an old Basic Apple II's game (better know as ROBOTS)with my arcade touch! Enjoy!!!

escape from bandits who run
after you and reach the
exit on top.

you got limited amo gun on
each levels to kill them.
push 🅾️ for fire mode and
then ⬆️⬇️⬅️➡️ for shot's
direction.

mine bombs are invisible to
bandits! trick them by make them
running thru it to eliminated themselves like idiots!

You get bonus of 100 pts when finish a level
and 10x the number of not used bullets(ammo)to the score

3
5 comments




Top    Load More Posts ->