Log In  
Follow
Ahai64

An independent developer from another world.

[ :: Read More :: ]

Cart #snake_ahai_v2-0 | 2024-01-29 | Code ▽ | Embed ▽ | No License
2

P#140698 2024-01-27 12:16 ( Edited 2024-01-29 05:52)

[ :: Read More :: ]

It seems that Vietnamese find some way to easily hack the verification measures of Lexaloffle BBS.

The superblog is full of ads now.

P#131320 2023-10-15 02:41 ( Edited 2023-10-15 08:38)

[ :: Read More :: ]

I found a simple way to use printh on Windows without any setup by using Terminal in VSCode.

  1. Drag and drop the lnk of PICO-8 into VSCode Terminal;
  2. Press Enter to run it;
  3. Use printh in PICO-8!

Now printh will output its info to VSCode Terminal.

And if you set pico-8.exe as the default program to open your p8 file, you can just drag and drop your p8 file in the VSCode to Terminal. It will open PICO-8 and load the cart and printh still works.

Another way by editing lnk file: https://www.lexaloffle.com/bbs/?tid=42367

P#125299 2023-09-05 11:20 ( Edited 2024-03-27 04:47)

[ :: Read More :: ]

@zep There is a mistake in the PICO-8 manual.

6.14 Additional Lua Features > Coroutines > costatus(c)

Return the status of coroutine C as a string:
  "running"
  "suspended"
  "dead"

The status "normal" is missing.

When coroutine A calls coroutine B, and you check the status of A in B, you will get "normal".

P#131581 2023-07-03 06:38 ( Edited 2024-01-17 02:11)

[ :: Read More :: ]

Cart #neretepisu-1 | 2023-02-08 | Code ▽ | Embed ▽ | No License
4

P#125416 2023-02-06 16:47 ( Edited 2024-01-27 17:23)

[ :: Read More :: ]

Cart #terufzoge-3 | 2023-02-17 | Code ▽ | Embed ▽ | No License
18

Controls

Rules

Like Tetris, but you can erase cells in 2 directions.

Have fun! 😜

P#125219 2023-02-03 03:46 ( Edited 2023-10-17 05:20)