Log In  

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

It's that time of year -- Halloween!

And that means... it's time for a spooky jam, pico-8 style!
No color limitations this time -- just monsters!

Monsters Are Cute Jam

What: a pico-8 Halloween jam for 2020

When: NOW through October 29th

How: I uh.. just make a game or pico8 toy?
Ohhh and add monster(s)! Cute or.. not so cute -- just gotta have a monster somewhere, somehow, some...when!

Please use the #macojam tag on twitter to share progress gifs, ideas, requests for collaboration, etc
Or you can post in this thread here on the lexaloffle forums!

10
9 comments


by Mot
Cart #mot_pool-23 | 2020-10-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
198

This is Mot's 8-Ball Pool, a little pool simulation inspired by 3D pool on the C64 and Amiga.
Shoot a round of pool against a friend, or one of the 7 different AI characters.

UI

The UI at the bottom of the screen shows how each player is progressing.
The player's name flashes when it is their turn.
The color they must sink is displayed next to their name, and the balls already sunk are displayed above.
A white ball indicates they have a free ball.

When player fouls, the reason for the foul is displayed in a scrolling message along the bottom of the screen.

[ Continue Reading.. ]

198
14 comments


How would I go about comparing numbers greater than 32,767?

I'm using @Felice's code from https://www.lexaloffle.com/bbs/?pid=22677:

function get_score_text(val)
	local s = ""
	local v = abs(val)
	while (v!=0) do
		s = shl(v % 0x0.000a, 16)..s
		v /= 10
	end
	if (val<0)  s = "-"..s

	if(s=="") then
		s="0"
	end

	return s 
end 

I'm saving the three highest scores to the cart data. Unfortunately, I'm struggling to solve how to determine if the user's current high score (stored as a string) is greater than one of the other three. I'm looking for a function along these lines:

function check_new_high_score()
    --high_scores = table of tables { 1 => (player_name), 2 => (player score) }
	for i=1,#high_scores do
		local raw_high_score = get_score_text(config.total_score)
		local raw_saved_score = high_scores[i][2]

		if(raw_high_score>raw_saved_score) then

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=82692#p)
4 comments


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

Rated as the worst Defender's clone on the Atari VCS 2600 console. Here's my remake of this one. Enjoy!

7
11 comments


I am trying to edit the config.txt file from /Users/myuser/Library/Application Support/pico-8, but it is overwritten every single time I exit out of pico-8. Does anybody know why this is?

I'm using PICO-8 v0.2.1b on OSX.

I have validated (multiple times) that pico-8 is NOT running when I edit the file. When I then start the application, the settings are still present in the config.txt (although my changes seem to be ignored) and then the file is overwritten with default values when I exit.

Thanks for any suggestions!

2 comments


Cart #neonspheres-4 | 2020-10-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Help the factory sorting stuff.

Controls, left right, up X and C to jump

To do list :

  • destruction animation
  • scoring system
3
3 comments


Cart #tbufaguwu-1 | 2020-10-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Cart #chicxulub-0 | 2020-10-05 | Code ▽ | Embed ▽ | No License
3

3
1 comment


A short game about being not enough.

Warning:

includes flashing lights and screen shaking

Cart #not_enough_01-0 | 2020-10-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
17

TL;DR:

PICO-8 is amazing!

Ludum Dare Link

-

What a rush! I needed all those 72 hours to complete this. At about 40 minutes from the end, I had the game completed and for god’s sake, it worked and was ready.

It has been a lot since my last solo Ludum Dare (like 4 years probably) but I'm so happy that this is the game for my comeback. This time the theme was "Stuck in a loop", and the Ludum Dare 47 started a bit earlier, at midnight for me. I thought about this concept just a few hours after I went to bed, and I've fallen in love with it. I believe this truly resonates with how I feel and have felt and this is why I think I've managed to make it conveys those feelings to the player.​

[ Continue Reading.. ]

17
16 comments


Cart #besasoheme-0 | 2020-10-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

You are a satellite tasked with scanning a foreign planet. Travel through the data ring hotspots while avoiding the planet’s meteor showers, asteroid belts, and electric discharges.

Controls: Hold Z to fly in the inner ring and X to fly on the outer one. You orbit faster when you are closer to the planet and slower when you are further away. Use that to your advantage!

Made for Ludum Dare 47: Stuck in a loop
https://ldjam.com/events/ludum-dare/47/orbitrary

9
2 comments


Cart #superjumpguy-5 | 2020-10-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Super Jump Guy is the hottest new platformer! With cutting-edge 8-bit graphics and challenging gameplay, you'll want to play it again... and again... and again...

"Wait a second... haven't I been here before...?"

Created in 72 hours for Ludum Dare 47.

CHANGELOG:

  • 2020/10/26: Further tweaks to the graphics and music
  • 2020/10/12: Minor graphics improvements, a couple of new SFX, and some back-end optimisations.

Previous versions:

Cart #superjumpguy-1 | 2020-10-12 | Code ▽ | Embed ▽ | No License
7

[ Continue Reading.. ]

7
3 comments


For {}

A programming puzzle block-pusher, 24 puzzles to solve!
On the map there are instructions that let up as they execute sequentially.
As you move, the program executes the next instruction.
Move the blocks to escape the programming loop!

Cart #zeyogagomo-0 | 2020-10-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

7
7 comments


Cart #stuck_in_the_sewers-6 | 2021-03-19 | Code ▽ | Embed ▽ | No License
126

Mr. Mouse wants to go to the beach in his vacation, but got stuck in a maze of pipes.
Help him find the exit!

New version with speedrunning stats and with 2 new unlockable characters, which have different gameplay rules: Mademouselle and Mousefredini.

Little puzzle game we made for Ludum Dare.

Julio Maass - Concept, Level Design, Music/SFX, Programming, Additional art
Bonevolt - Art, VFX programming, Story/Character design

126
12 comments


Cart #breadcrumbs-0 | 2020-10-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Controls:
Movement - Arrow Keys
Drop Breadcrumbs - Z

Description:
You don’t know where you are. See if you can find a way out.
Drop breadcrumbs to track your movement, but watch out for hungry birds!

This was my first time ever using PICO-8. During Ludum Dare 46 I used Godot but I remember someone mentioning that they were making their game using PICO-8 which I had never heard of before. Literally a few hours before LD 47 began I remembered PICO-8 and decided to check it out and then last minute decided to use it to make my game. I feel pretty addicted now and can't wait to make many more games.

The code is pretty god awful but you can find it here: https://github.com/KentJohnson/Ludum-Dare-47-Entry

0 comments


Cart #tower_climber-4 | 2020-10-07 | Code ▽ | Embed ▽ | No License
21

21
4 comments


Cart #picopenguin-1 | 2020-10-05 | Code ▽ | Embed ▽ | No License
2

Pico-Penguin is a simple platformer !

Collect all coins in the least ammount of time.

Enjoy !

2
2 comments


Cart #minesofmovania-6 | 2020-10-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Dive deep into the Mines of Movania and harvest its otherworldly gems and jewels. A track-laying puzzle game for Pico-8 using the mouse!

Controls: Left mouse button to click (hold) and drag track pieces. Don't let your carts derail or crash into one another! But do deliver each gem to its destination to advance deeper into the Mines of Movania!

Made for the 47th ludum dare jam ( https://ldjam.com/events/ludum-dare/47/mines-of-movania ) and had a blast, first jam for me don't have a lot of gamedev experience, also first Pico-8 game. Not super comprehensive since it is made within 48h, but hopefully still worth playing. :) Feedback welcome!

2
0 comments


Cart #soulbound-8 | 2020-10-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
120

ludumdare page : https://ldjam.com/events/ludum-dare/47/soulbound

--- STORY ---
The HilFord Brothers are famous archeologists : Clarence is a successfull businessman and he raises founds for his big brother's expeditions.
You're playing as Wellington Hilford and you must find the legendary soul gem, known for giving to his owner the potential to bend space.

--- CONTROL ---
(z/c) : jump
(x/v) : attack/talk/read/take
(left/right) : move around
(down) : drop object ( you can't attack or walljump while you hold an item )

--- GOALS ---

  • Open the entrance of the temple.
  • Find the treasure rooom.
  • Take the gem.
  • Leave the temple.
  • Give the gem to Clarence Hillford.

[ Continue Reading.. ]

120
32 comments


Cart #jugidamaya-0 | 2020-10-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Here's my submission to LD47. I'll add more to this later. Anyway, I hope you enjoy it!

The game had absolutely no balancing prior to submission (I was ten minutes away from the deadline and had yet to implement enemy projectile collision) so if things are horribly broken, there is a boss skip:

hold up, x and z

2
0 comments


Cart #domain_of_the_time_wizard-0 | 2020-10-04 | Code ▽ | Embed ▽ | No License
6

That dang Time Wizard trapped you in his dungeon and has made it so time has become a loop! Luckily you know that 3 Orbs hidden in the catacombs can seal him away

"Just look for the walls that don't quite fit in"

Whatever that means...

(yes there is an ending, just a little hard to get)

6
0 comments




Top    Load More Posts ->