Log In  

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

Cart #possiblyendlessgolf-0 | 2023-11-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Possibly Endless Golf Demake

This is a demake of Possibly Endless Golf

I've always wanted to write a procedurally generated game and love chilled out golf games. This did actually start as a pico-8 project but I couldn't get the level generation correct so I moved to Monogame as I have more experience with C#. Once I finished my first Steam release. I thought I'd come back and finish what I started, now that I understood how to generate levels.

Aim of the game is to get the ball in the square hole.

Controls:
left/right to move the direction arrow
up/down to modify the power bar

[ Continue Reading.. ]

7
10 comments


Symptoms: the mouse drifts right on Firefox (only)

How to reproduce:

  • export demo cart as an html page
  • publish page on itch.io (or equivalent)
  • run game on Firefox (MacOS or Windows - Linux is fine)
  • notice mouse x-drifting

Note: does not occur when game is run locally
Note: does not occur when game is run fullscreen using the Pico8 button
Wild guess: suspect a Firefox bug regarding mouse coordinates and iframes?

Test cart:

Code:

function _init()
 poke(0x5f2d,0x5)
end

_x,_y=0,0
function _update()
 _x=mid(_x+stat(38),0,127)
 _y=mid(_y+stat(39),0,127)
end

function _draw()
 cls()
 print(_x.."/".._y,2,2,7)

 circfill(_x,_y,4,8)
end
2
7 comments


Cart #gmlib-4 | 2023-11-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
15

About

Gmlib is a complete general midi version 1 instruments implementation using pico-8 custom instruments.

It consists of 16 carts with 8 instruments in each. Inspired by the midilib project, all the sfx are midilib compatible and will be submitted to the project.

Controls

⬅️, ➡️ cycle through instruments in the current cart
⬆️, ⬇️ navigate between carts
🅾️ play/stop demo
❎ copy current instrument to clipboard

15
2 comments


Yeah you heard me right, my first game in pico 8. Nothing too special, just singleplayer circular pong with a flashy title screen.

(Update: it was not visible in the BBS until now. Sorry!)

Cart #zebekyono-0 | 2023-11-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #road_runner-0 | 2023-11-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
1 comment


Cart #lightsout-15 | 2023-11-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Lights Out

Dear photosensitive players: please show caution when playing this game. it includes minor and medium intensity flashing.

Where is this? Who are you? when am i?
Find yourself in an unknown location with only a LIDAR scanner to your name. we'll see if you can make it out alive. who know's whats just around the corner.

How to play:

The game includes instructions accessible from the title screen.

if you need more info on how certain mechanics work, feel free to ask below.

Special thanks

Thank you to the celeste classic community and the comments here for feedback on sound, gameplay and mechanics
! i really appreciate the help!

All code, sprites, sounds, mechanics, levels were all made by me. if you find any bugs, please let me know via twitter or in the comments below.

[ Continue Reading.. ]

8
17 comments


Cart #emeraldescapee-1 | 2023-11-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Emerald Escapee

Only if you enter the old castle, evade its deadly traps and find all the missing keys, will you be able to touch the Emerald of Power and escape from the Volcanic Shores of Hell.

This is a short Top-Down Adventure Game created with the help of an amazing Programming Tutorial by Dylan Bennett (https://www.youtube.com/@DylanBennett) as well as some tricks and tweaks I borrowed from Nerdy Teachers' awesome Youtube channel (https://www.youtube.com/@NerdyTeachers).

Title Screen

Gameplay Gif

How to Play

Move with ⬆️⬇️⬅️➡️

[ Continue Reading.. ]

3
3 comments


♥ Halloween crush ♥

Hello little Zombie! Try help Dracula in his love quest on halloween night...

A wicked game by haunted_hub team
first project of students of Ada tech school Nantes, FR
music by headscape_music

Cart #halloween_crush-6 | 2023-11-03 | Code ▽ | Embed ▽ | No License
4

4
0 comments


Cart #fagami-1 | 2023-11-03 | Code ▽ | Embed ▽ | No License
2


School project Ada tech school Nantes
Adventure Game / Maze

2
1 comment


Cart #woof-1 | 2023-11-03 | Code ▽ | Embed ▽ | No License
3


Project realised by the team "Les Pélicans Impossibles" from Ada Tech School Nantes.
Memory game.

3
0 comments


Cart #kezporuzo-0 | 2023-11-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
2 comments


Hi,
Just bought an RGB30 as the screen looked great for Pico-8 games. It came with just two options showing 'Splore' and 'splore'. Neither would run. OS is JELOS

I then followed some youtube advice and downloaded the raspberry pi version of Pico-8 into the Pico-8 rom folder. This gave me a third option called lexaloffle-pico8. This now loads Pico-8, but finishes with a command prompt error "cannot load lexaloffle-pico-8.png"...oh and I made the mistake somehow of deleting Splore.png and splore.png.

HELP!!

3 comments


Bubble Boy

Cart #dd_bubbleboy-1 | 2023-11-02 | Code ▽ | Embed ▽ | No License
34

Frollick in a field and scare some bugs!

My first Pico 8 game, Yay! I've had a wonderful time making it.

This is a de-make/re-make or homage to an old flash game i played 15+ years ago lost to time and probably old geocities servers. I can't remember more than the gameplay, which i recreated in this game. I made this as much for my own sake as for everyone else that want to run around in a field with some bugs.

Shoutout to Krystman @ Lazy Devs Academy for always having a chill video to watch and get some inspiration and helpful Pico 8 tips!

Early game

"Late" game

[ Continue Reading.. ]

34
9 comments


Cart #snibbly-4 | 2023-11-04 | Code ▽ | Embed ▽ | No License
8

Here is Snibbly, my Pico-8 version of Super Nibbly. It was a dos game from 1993.

The aim of the game is to eat all the fruit in time without hitting your own body.

Extra items will appear e.g. puck to shoot, extra live, extra time, drinks to shrink body,....

60 levels

2 game modes:

  • original
  • level by level

Have fun!

8
3 comments


Cart #ascii_demo_1-0 | 2023-11-02 | Code ▽ | Embed ▽ | No License
2

Not sure if anyone's done this before, but I created code to use the tile-sheet as a font. This allows you to use multi-colored fonts inside your cart.

This works for all ASCII characters (except for tab and new-line).

x or o - CPU usage

2
1 comment


Cart #niporubuko-1 | 2023-11-01 | Code ▽ | Embed ▽ | No License
9


My two-week trip is coming to an end. While I was in my hotel room, I worked on this small puzzle game. There are still many things to do (including adding more girls, of course. It will allow for about 4 - 5 additional images).

9
11 comments


PICO-8 Twitch Plate

A quick and easy way to turn your PICO-8 game into a chat-controlled Twitch community experience!

Learn how to set up this PICO-8 export template here: https://github.com/fletchmakes/pico8-twitch-plate

Pull requests and contributions welcome! I had a lot of fun putting this together and the fact that it can be done via HTML template makes this so powerful. You don't have to modify any of your game's code in order to support Twitch; that's all done via the template for you!

4
0 comments


This Is A Game Plan That I Want Pico-8 To Be Updated, I Want Zep To Add 5 More Sprite Folders, And Connect With Other Game Infos Like, Suns In P.Z.G. Would Become Stars For Items In The Shop Of P.T.B.P.A.E

These Are The Games I Want To Emulate Inside That Game:

https://www.lexaloffle.com/bbs/?pid=131910#p Grants Stars On How Much We Used The Record Feature
https://www.lexaloffle.com/bbs/?pid=121642#p Grants Stars On The Moves We Got.
https://www.lexaloffle.com/bbs/?pid=56575#p Grants Stars Depending On How Much Orders Of 3 We Did.
https://www.lexaloffle.com/bbs/?pid=100973#p Grants Stars On The Amount Of Levels Passed.
https://www.lexaloffle.com/bbs/?pid=85303#p Grants Stars Depending On The First 2 Digits Of The Score
https://www.lexaloffle.com/bbs/?pid=94322#p Grants Stars Depending On The Markers We Pass Through (Markers = Red)
https://www.lexaloffle.com/bbs/?pid=89823#p Grants Stars By The Suns We Collect By The End Of The Game.
https://www.lexaloffle.com/bbs/?pid=18992#p Grants Stars By The Points Of Red And Green Minus The Points Of Blue.

[ Continue Reading.. ]

0 comments


PICOhaven 2 is a card-based tactical RPG / dungeon crawler inspired by my love of the board game Gloomhaven* (and less directly, of other 2D tactical turn-based games such as the GBA Fire Emblem and Into The Breach), and a sequel to PICOhaven from 2021.

It adopts a modified & simplified version of the mechanics from that board game, both to streamline solo play and to fit the platform constraints. It includes a campaign with 21 scenarios, 9 character levels with multiple upgrade paths, and various items that further modify gameplay and strategy.

*Note: This is just a free, solo-fan-made project and has no affiliation with Gloomhaven. If you like this type of game I recommend checking out the Gloomhaven family of board games for a lot of fun from multi-character cooperative play!

Cart #picohaven2-8 | 2023-11-08 | Code ▽ | Embed ▽ | No License
19

[ Continue Reading.. ]

19
9 comments


thanks @jasondelaat !
is there a way i can produce a sine wave effect (not unlike celeste classic 2) but in any direction?
and in a line-like function? such as
rotated_sine_wave(x, y, direction, length, amp, wavelength, c)

5
9 comments




Top    Load More Posts ->