Log In  

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

Cart #ddjcoats-0 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #yuzomewiwo-1 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


Cart #noam_pong-0 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

classic pong!

0 comments


Cart #noam_catch-0 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

catch!

0 comments


Cart #noam_snake-0 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

original snake

1
0 comments


Cart #pimka_age-0 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #snakey67-0 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #xlc_catch-0 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


Cart #xlc_pong-0 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #xlc_snakegame-0 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

1 comment



This is a fan remake of Adventure. I didn't make this, my only contribution was the music for the secret area. I added the music a few years ago and thought I should upload the cart to make the music available to whoever would like it.

1
0 comments


My first tweetcart :D

Inspired by a wind worm I saw on the highway ~

Cart #windstock-0 | 2021-08-13 | Code ▽ | Embed ▽ | No License
4

4
1 comment


I'm struggling with loading png games from Launchbox, which is a front end game launcher. I have tried the zip and installer file in several locations, many combinations of command line arguments and still no luck. I only get the error mentioned in the topic title. Any suggestions?

2 comments


Cart #minirpg-0 | 2021-08-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

1 comment


Cart #jo560hs_fnf_start-1 | 2021-08-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29


A collection of all my PNP mods!
original pnp: https://www.lexaloffle.com/bbs/?tid=42715
carts:
[hidden]
Cart #pnp_options_jo560hs-1 | 2021-08-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Cart #fnf_select_jo560hs-11 | 2021-09-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29

Cart #sumeboifnf-5 | 2021-08-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29

Cart #fnfbsidedad-6 | 2021-08-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
29

Cart #fnf_blammed_bside-2 | 2021-08-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Cart #fnf_roses_bside-0 | 2021-06-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

Cart #shaggyfnfkaioken-5 | 2021-06-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
26

Cart #fnf_terminal_salty-2 | 2021-09-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

[ Continue Reading.. ]

29
17 comments


Cart #hennys_race_game-0 | 2021-08-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

DISCRIPTION

Simple Timing based racing game.

Stop the white bar on correct color to gain speed.

Different colors have different effects:
-BLUE: nothing
-YELLOW: small boost
-GREEN: big boost
-RED: slow down

Beat opponent to win.

CONTROLS:

Press X to select difficulty and to stop white bar.

Have fun!!

P.S: First game published so feedback would be appreciated :D

4
1 comment


Cart #picross_maker-1 | 2021-10-21 | Code ▽ | Embed ▽ | No License
10


Draw pictures and turn them into Picross puzzles.

Arrows: Move cursor
(O): Click
Hold (X): Speed up cursor
(X)+(X): Switch tools

10
2 comments


I think rotation would be a nice addition, even if it is only in 4 directions. Possible syntax:

-- draw sprite 1 at (60, 60), rotated 90 degrees clockwise 
spr(1, 60, 60, 1)

-- draw sprite 1 at (60, 60), rotated 180 degrees (effectively equivalent to flipping is both directions)
spr(1, 60, 60, 2)

-- draw a 2x2 sprite starting from sprite 1 at (60, 60), rotated 90 degrees counterclockwise 
spr(1, 60, 60, 2, 2, 3)

Syntax with rotation mode as the last argument could work similar to 'print' in the way that print reads the second argument as the color if not enough arguments are given

1 comment


Cart #empathy-0 | 2021-08-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
1 comment


Hello all...
I have a maths problem.

I have two points, t1 & t2 that I want to find the centre of.
t1 & t2 are two point on the x axis.
Another object's x approaches this middle point.
I have this so far:

if flr(self.x+3) == abs(self.t1-self.t2)/2+abs(self.t1)

t1 minus t2 divided by 2 giving half the distance between the two, added on to t1.

This works if t1 is smaller than t2.

But it doesn't work if t2 is smaller than t1, because the the 'middle point' is off to the right of t2!!

Can anyone suggest a better formula for getting the middle of two points regardless of which one is smaller?

I'm stumped.

Many thanks for your time and I hope this makes sense....

Peej

5 comments




Top    Load More Posts ->