Log In  

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

Cart #52975 | 2018-05-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

This is just me proving I'm somewhat alive.
I don't really know what to do.
Here is something.

3
3 comments


so i have an intro cartridge who plays the intro and then loads the game with load() and it works fine but how can i export the game so it can be played

1 comment


v1.0.1 - post gamejam bugfix

Cart #53355 | 2018-06-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


Fixed the bug that caused people to have broken noses forever.

[Game for the Game Dev Network Gooseberry Jam. Theme: You are the villain! Deadline: 5/27.]

In Repo Runner, you're... the repo-person! The one who tows cars that people haven't paid up for. You work for Repo Co., and each day you must extract the target vehicle before the debtee drives it away.

v1.0

Cart #53053 | 2018-05-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

[ Continue Reading.. ]

5
7 comments


To reproduce:

  1. Click the SFX number of an SFX
  2. Push Ctrl/Cmd + C to copy the entire SFX
  3. Use the keyboard to move around to some note(s) and select them (with shift)
  4. Push Ctrl/Cmd + C

Expected Result: the selection which was just made with the keyboard will be copied
Actual Result: the entire SFX is copied, because only the mouse's last focus is respected, not the keyboard's

1
3 comments


Cart #53028 | 2018-05-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

v0.7.

  • adjust velocity changes in levels (soft cap at level 20?)
  • fix more bugs when tetramino is in the last row until collision
  • sfx

v0.6.

  • allow to avoid up on rotations?
  • fix some rare bugs on movement
  • fix timings when tetramino is in the last row until collision
  • adjust delays
  • code refactoring

v0.5.

  • adjust timmings on rotations & movements
  • adjust delays on keypress

v0.4.

  • dodge on rotations

v0.3.

  • Fix collisions on rotation
  • Code refactoring

v0.2.

  • Fix problems with borders

[ Continue Reading.. ]

1
9 comments


[EDIT] Turns out I had the "cart" directory replaced with a broken softlink. Totally my own fault. The exceptions do not seem to be relevant.

Just unzipped & copied pico-8 0.1.11g to /Applications on macos 10.13.3.

When running, the console reports "WARNING: NO PERMANENT STORAGE" after the boot message.
DIR returns an empty root even after a MKDIR.
SAVE XYZ results in an "FAILED TO SAVE" error popup.

Same when running as sudo from the command line or after disabling the security assessment policy subsystem (with spctl --master-disable).

Console.app shows error message "AEGetDescData of non-desc type 'reco' not a good idea" and several exception that are also shown when running pico8 from terminal:

/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50: Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist'
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50: Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist'

Any ideas?

1
3 comments


Cart #53240 | 2018-06-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
21

UPDATE: Version 1.1:

  • faster ship
  • constant enemy spawns (no delays)
  • muzzle flash effect and better explosions
  • other gameplay tweaks

STORY: Welcome, Pilot 8. You are our top choice for this mission. I mean, 8th choice. Nothing suspicious at all happened to the other 7 pilots that came before you. They... uh... retired. Anyway, here is your comprehensive battle training: use the arrows to move, press [Z] to shoot. End of comprehensive training. Off to war you go. Good luck, Pilot 8.... Ok, that pilot is hopeless, let's start training Pilot 9. Oh, what? It's still on? How do I turn this off <click>

This is a simple space shooter.

  • 18 levels across 6 worlds (Flood City, Oasis, Marshes, Coast, Canals, Fortress)
  • Different weapons and powerups (shield, weapons, etc).
  • Collect chips dropped by enemies to upgrade your ship. 14 upgrades available:
    • extra speed
    • rapid fire (3 levels)
    • ammo capacity (3 levels)
    • shield (3 levels)
    • starting laser
    • powerup frequency
  • World map

Tech aspects:

  • Dynamic lighting (via framebuffer post-processing).
  • Screen-space reflection (water effect, lightning, etc).
  • Particle effects, rain, etc.
21
27 comments


i know i can possibly write to a file with printh how can i read from a file then?

1
6 comments


is there any way to receive keyboard inputs like a simple program where user types anything to the program and program will display it.

1
2 comments


Cart #52918 | 2018-05-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
19

https://github.com/fartenko/pico-nn
https://fartenko.itch.io/pico-nn

A pico-8 based neural network with genetic algorithms.

19
9 comments


Cart #52910 | 2018-05-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
1 comment


Does pico-8 have any console window or area where users can see any output?

In javascript people can get output with console.log() method.

In java people can get output with System.out.println();

Any equivalent methods in pico-8??

print() is really annoying because it is displayed on the game screen

2 comments


Cart #52905 | 2018-05-21 | Code ▽ | Embed ▽ | No License

0 comments


Cart #52900 | 2018-05-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

My first finished game.
Play with arrow keys to hit up, down, left and right.
Start Game with z or x.
Tell me if you like it.
Thanks :)

Special thanks to bridgs for the excelent games and tutorials in youtube.

2
0 comments


Cart #bumble_bots-0 | 2022-04-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

Less is more!
Here's a low resolution version of my Bumble Bots game. Fewer pixels, but a better game.

When porting the game to Gamebuino I had to reduce the resolution. Doing so forced me to remove some screen clutter as every pixel counts at 80x64. Also, I had to zoom into the levels. On the one hand, this made the game play slightly harder, as you cannot always see all enemies. On the other hand, it made the game play more immersive. In the original game, more than half of screen was black pixels. I actually like the game better at the lower resolution, so decided to revamp the original PICO-8 version. This is the result.

[ Continue Reading.. ]

12
3 comments


Hello.

I have a runtime error in my game which states that a for loop's initial values must be numbers. I looked into the issue and it seems that an empty table's last item is a nil. Try typing this into the PICO-8 command prompt :

values={}
?values[#values]

and the output is

[nil]

Does anyone know of a workaround or a better way of checking a table's last item?

Thanks in advance :)

4 comments


Hey,

I’ve had a search and I couldn’t find another topic on this, but could be wrong.

I’ve seen quite a few examples of animation, for say a player sprite, and have achieved this in a project I’m working on.

However I cannot for the life of me figure out how to do this with larger then 8x8 sprites. I know how to get static ones, but no idea how to animate these larger sprites.

Thanks for any help, and sorry if that makes no sense, I’m awful at explaning!

6
8 comments



Hey guys,
Are you like me? Sad that the wedding is over? If so, re-live the magic through the following official royal wedding simulator.
Please, enjoy and share at your earliest convenience.
Thank you for celebrating.
love xxx megan and the other one.

0 comments


Cart #52865 | 2018-05-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


A game made in an hour, for the OHGJ!!!!

There is sound BTW :).

1
0 comments


Cart #52858 | 2018-05-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


uTron

Based on the tutorial by Rabidgremlin, with added score and 1 player mode.
https://youtu.be/ZuaLuMhwcc8

1
1 comment




Top    Load More Posts ->