Log In  
Follow
rosagi

Drummer, former drawer/painter pixeller. Design graduate gaining ground as programmer, group solo game jammer.. wait an' see medical visualiser.

Twitter: #rosagi_99

SHOW MORE

Cart #medibot_bash_wip1-2 | 2023-05-02 | Code ▽ | Embed ▽ | No License
2

Medibot bash aka 'Golden Cudgel'

Recent reports of a Chinese woman apparently seeking help at a hospital (her expressions of frustration, at having pre-assessment performed by a robot) inspired an early morning effort to mash something together..

Partially pulling from some of my previous prototypes - (perhaps passing some problems with the newer pico 8 web export format).

tech notes: Just basic draw order rules/collision and rough looping animation at this stage. I would like to control the length/speed of the animation loop and corresponding sounds, suggestions with this or various methods to avoid obvious sfx clipping (ie how to execute as 'oneshot') are appreciated.

P#129001 2023-04-25 14:28 ( Edited 2023-05-02 12:33)

SHOW MORE

using 0.2.5 e
Game running fine - found through splore, runs fine in editor

Game page: https://www.lexaloffle.com/bbs/?tid=34952

-Produces <EOF> error when running on web

" error line 23 (tab 2)
camera(scr.x, scr.y)
<'eof'> expected near 'end' "

I have read similar post where web exports won't run
games made in previous version of the editor, however
I have attempted to export again from latest version
and experience the same problem running on the BBS
(preview), so feel the bug must be rudimentary/code based.

Essentially the error stems from calling a function within a function
(not within an if or else statement), however when I remove
the above function call, the same error is produced by the previous line
(within the scope of an if, else statement) [[function camera_pos()]]

Could this be as simple as 'cascading' unclosed function error?
Any help much appreciated as I would very much like to continue this
project (and obviously avoid similar bugs moving forward)

Thanks

P#127599 2023-03-25 15:26 ( Edited 2023-03-25 17:07)

SHOW MORE

WIP Rescue/platformer - find, feed and free the lost chicks!

Fly - push + hold (UP) in air; smash platforms (DOWN) to release seed;
On ground; (DOWN) to pick up, chicks fed on contact then 'nudge' towards
the exits at either end of the level < > (watch out for rats..)

Cart #flapable_01_23-0 | 2023-05-06 | Code ▽ | Embed ▽ | No License
1



P#66358 2019-08-04 17:58 ( Edited 2023-05-07 20:20)

SHOW MORE

Cart #wowazujupi-2 | 2019-05-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

'Land in a smooth, timely fashion in order to gain a fuel bonus.
Otherwise, die a brutal firey death and be absorbed into the lunar land mass.'

Controls: <^> directional keys control thrust

Gfx, particle code, Lander mechanics, sfx by myself

Cheers to the pigmi indie squad for the (procedural land code).

*update may19: added landing indicator, fixed carry-over velocity

P#57463 2018-10-03 09:17 ( Edited 2023-06-15 13:12)

SHOW MORE

Cart #53646 | 2018-06-18 | Code ▽ | Embed ▽ | No License

Cart #52847 | 2018-05-18 | Code ▽ | Embed ▽ | No License

WIP /6/18

(Mario style controls) </> move n slide, X to jump, Z to run/detonate

Throw head/bombs while evading the other player, wavy tiles (propel at speed), switches control direction.

Player 1 - Bomb: (Down 3 sec charge, release to throw)
directional = </>, X to jump, Z to run/detonate . Drop thru floor: press/hold (Z).

Player 2 - Bomb: (Hold down 3 sec charge, release to throw)
A/D = </>, A to jump, Q to run/detonate. Drop thru floor: Press/hold (S).

Note: Once your head is released, run will also detonate!

Feedback, comments or bugs - appreciated.

P#52848 2018-05-18 10:44 ( Edited 2023-02-14 13:54)

SHOW MORE

Cart #35667 | 2017-01-14 | Code ▽ | Embed ▽ | No License

Hi guys,

not sure if this is due to updates
but the code from the warp tutorial
is throwing back -unclosed function
It seems to be for the for and if statements
however I'm not sure which require closing!

Any help with this would appreciated!

Ro

P#35668 2017-01-14 11:18 ( Edited 2017-01-14 16:18)

SHOW MORE

Cart #35077 | 2017-01-06 | Code ▽ | Embed ▽ | No License
2

Hey fellow PICO 8 users in the dojo,

Started with a breakout like concept, now I can't seem to walk away from this interesting problem..

The ball currently uses a sine function in order to cycle its scale: BALL_R=1+(SIN(FRAME/20)*2)
and I'm trying to adapt collisions to accommodate this type effect (see - multiple uses).
So far it doesn't appear to work without triggering multiple undesired bounces at the border.

So far I've had limited success with a function I made to snap the object scale to whole number
increments, however this has not resolved the problem, which only consistently occurs when the
ball (CIRCFILL) crosses the boundary as its increasing in scale (BALL_DR=+1).

I've also attempted to apply a timer to limit bounces (ball x/y inversion) without much success.

Am I barking up the wrong tree/ are there other collision models which already
deal with these type of situations? -any help would be greatly appreciated

P#35075 2017-01-06 10:47 ( Edited 2017-01-22 10:58)

Follow Lexaloffle:          
Generated 2024-03-19 09:57:55 | 0.075s | Q:30