Log In  

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

Cart #rocketto-2 | 2023-04-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
2 comments


Cart #minotaur_v1-0 | 2023-04-07 | Code ▽ | Embed ▽ | No License
16

King Minos has thrown you into the minotaur's labrynth! Can you kill the minotaur, rescue your fellow Athenians, and find your way out of the labrynth?

Controls:
Arrows to move.
Z to attack.

16
8 comments


Cart #sujurejaba-0 | 2023-04-06 | Code ▽ | Embed ▽ | No License
8

Finally returned to this after real live intruded.

Controls should feel better, there are more levels and more widgets to interact with.

Let me know what you think, please :)

8
3 comments


Cart #oppy1-0 | 2023-04-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Control a small robot to eliminate a swarm of other... robots. The red ones.

After Oppy's battery has charged, he can unleash an energy attack that will destroy nearby robots.

3
2 comments


Cart #yefebeduza-0 | 2023-04-06 | Code ▽ | Embed ▽ | No License
4

4
3 comments


Cart #jugglestruggle2-0 | 2023-04-06 | Code ▽ | Embed ▽ | No License
4


Work in Progress.

Move the paddle and keep the juggling balls in the air. Extra Balls are added every 10 seconds. Hit the floating target to get bonus points. Hit the targets before they cross the screen and the bonus for each one grows by 5 points each time.

See what level you can get to and post your hight scores in the chat!

This game was created with the help of GPT 4. I didn't write any of the code myself but I'm learning more as I go along. There are still some more things to add but it's progressing quickly.

Cart #jugglestruggle3-1 | 2023-04-12 | Code ▽ | Embed ▽ | No License
4

[ Continue Reading.. ]

4
2 comments


LIDA: the sequel

This is a better chatbot (i hope).
Same kind of idea: you write and Lida responds.
You will need to press ➡️ to make Lida respond.
Hopefully, it is less chatbot-y.
It saves your conversation in a p8l file called chatp.p8l.
Again, avoid using punctuation (?,.;!").
Colons and apostrophes should work.

Second version:

Small update with more prompts;
Removed spritesheet.

Cart #chatp-3 | 2023-04-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

First version:

Cart #chatp-2 | 2023-04-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

[ Continue Reading.. ]

3 comments


Cart #dodoyoyiwi-0 | 2023-04-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

This is a PICO-8 game I made called Number Hunter. It is based on hacking mini games I used to play on FiveM servers.

Instructions


The goal of the game is find the fixed target number amongst the constant random generation of numbers on the screen.

You can move the cursor around the screen using ⬅️➡️ and pressing 🅾️ to select a number.

You will gain points based on the time it takes you to find the target number and the level of difficulty you have selected.

This game stores your high score locally on your PICO-8 console.


Source Code

While the code is available from within the embedded PICO-8 console above, the project is also available on GitHub https://github.com/gcoulby/number-hunter-p8

4
2 comments


Cart #escapethefish-4 | 2023-04-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

7
3 comments


Cart #flappybordidk-0 | 2023-04-06 | Code ▽ | Embed ▽ | No License

i made this in 10 minutes

1 comment


Cart #hububabane-0 | 2023-04-05 | Code ▽ | Embed ▽ | No License
5

5
8 comments


Cart #duboyajope-0 | 2023-04-05 | Code ▽ | Embed ▽ | No License
3

You can't die in this mod.

3
7 comments


Added tactical mode

Cart #achon_dmake-2 | 2023-05-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Added controls, turn order

This is my first attempt at a d-make. The goal is to recreate the original Archon for the C64 from Freefall

https://www.c64-wiki.com/wiki/Archon

2
4 comments


Cart #hearts_cracked-0 | 2023-04-05 | Code ▽ | Embed ▽ | No License
14

The idea for this cart was inspired by a comment @Liquidream made to me a few months ago. 😂 Enjoy your week, everyone!

14
11 comments


WYSIWYG control code editor

Cart #wysiwyg-1 | 2023-04-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
36

Hey there!

Tired of manually writing that long, one-line print statement, filled with control codes in order to layout static text like in a title screen, painstakingly modifying \^j and \+ values to position the text just right, adjusting \^x and \^y values of solid-filled text to draw background elements instead of using rectfill to save precious tokens, and then deciphering all of that when you need to go back and edit something? ...no? just me?

Did you know that with P8SCII control codes, you can change things like text color, size, screen position and more? Meaning, for static (and relatively positioned – camera offsets will apply) text, you never really need more than 1 argument to print, and no more than one print per layout!

[ Continue Reading.. ]

36
6 comments


I want to know how to change the colour of the hair and stuff because I don't know how to do all that stuff.

3
5 comments


Cart #ummmm_ok_moonnight-2 | 2023-04-04 | Code ▽ | Embed ▽ | No License
15

❤️ happy birthday mi amigo!!! ❤️

arrow keys to move, c to jump.

in the pause menu you can change it to easy mode :)

update: more checkpoints, removed some random bugs, removed ability to change difficulty after completion, added miliseconds

15
6 comments


Hi! Think I ran into a bug when using the tall mode control code as part of a longer string (that then undoes it).

Seems like tall mode retains the doubled line height even after it's turned off in the same string. The following code produces this output:

cls()
?"\n ⁶t hi \n\n ⁶-t l1  \n  l2 \n"

...when I'd expect it to produce this ("l1 \n l2" is no longer in tall mode, so the height of the line break shouldn't be doubled):

It seems like the only way to revert to normal line height is to start a new print command, but that's another 2 tokens! This is affecting a WYSIWYG-style static text editor I'm planning on releasing.

4
5 comments


Cart #batazubipe-0 | 2023-04-04 | Code ▽ | Embed ▽ | No License
3


I'm following the SHMUP tutorial from Lazy Devs, I'm up to #10

3
1 comment


Cart #stronglelste-0 | 2023-04-03 | Code ▽ | Embed ▽ | No License
2


a new version of celelste taking into account of @StrongSand94191's list of issues with it!
Includes edited levels for maximum fun and minimum rage!
Take a look at the new and improved 400m!

you're welcome strongsand!

2
11 comments




Top    Load More Posts ->