Log In  
Follow
stephan_gfx
[ :: Read More :: ]

Cart #artificial_life_meetup_intro-0 | 2019-05-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Artificial Life Meetup 2019
when: May 14th, 2019 Noon-2pm
where: Oakland Museum of California (loitering in cafe/courtyard), Oakland, CA

This is a tweetcart implementation of almost conway's game of life. If you're interested in artificial life and in the area, come join us to hang out and chat!

Follow @antovsky on twitter for more details.

Tweetcart by: @stephan_gfx on twitter

P#64279 2019-05-10 03:38 ( Edited 2019-05-10 17:31)

[ :: Read More :: ]

Cart #46800 | 2017-11-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14

v0.6 update:

  • added menu item to invert the horizontal controls, let me know what you think!

Dead Man's Slope

WIP post for early feedback. Tell me what you think!

Fast paced, technical slalom skiing!

Controls:
arrow keys: point the skis toward the arrow direction
x: dash
z: jump

Slalom around the gates and get to the finish line as quickly as possible. Missing gates incurs a time penalty, so try to stay on track! Jump over the holes and avoid the trees.

I'm still iterating on the polish and level design. I have already implemented ice patches that you slide across and moguls that you can jump off of, but haven't built levels around them yet. Thought I would release this a bit early to see how people react!

P#46604 2017-11-22 23:30 ( Edited 2017-11-30 03:14)

[ :: Read More :: ]


Ok, it isn't pretty but sometimes you just want to know what the CPU cost of something is. I've started this cart just to see what things cost. This runs at 60fps, so if you're using a 30fps cart, you can divide the CPU cost by 2.

Its structured to be really easy to add more tests to, if you're curious. Let me know if you have any questions! This lives on github at:
https://github.com/ssteinbach/pico8carts/blob/master/performance_test_gallery.p8

PRs welcome!

P#44898 2017-10-03 23:42 ( Edited 2017-10-04 03:42)

[ :: Read More :: ]


I needed a filter for something on another project, so I implemented the very cool 1 euro filter from:
http://cristal.univ-lille.fr/~casiez/1euro/

The parameters are tuned in this gif to make it very obvious, but its controllable.

The code for the filter is at the top of the cart, if you want to see the source. It has a :filter() method that can filter the incoming noisy value.

In the cart: if you click it draws lines. Green line is the input signal, yellow is the filtered signal.

Based on stdlib.p8, built with @stevelavieties.

P#42460 2017-07-13 23:39 ( Edited 2017-07-14 03:49)

[ :: Read More :: ]

Cart #wewudonko-0 | 2024-03-24 | Code ▽ | Embed ▽ | No License
6

Update 0.4: fixed a bug that would cause bad behavior when changing the loop duration.

Update: Added more functions, including critically damped spring and cosine interpolation. Also added the "kaneda" easing function visualization for fun :-). Also removed even more code so its even easier to see how it all works and add your own functions.

PRs welcome!
Easing Gallery github page

Cart #41893 | 2017-06-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Update: added a few more functions and removed a ton of crap from the code to make it easier to find the actual math. The nice thing about this cart is that it is extremely easy to write a new easing function to test out. I'll keep adding to it as I need to try out different feels. Thanks!

Cart #41656 | 2017-06-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

I made this cart because I wanted to visualize easing functions and make it easy to compare them. Is there a better version of this somewhere?

In any case, feedback welcome. I'll update it with more functions as I need them.

Made with @stevelavieties.

P#41657 2017-06-16 00:07 ( Edited 2024-03-24 04:00)

[ :: Read More :: ]

Cart #40479 | 2017-05-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

0.6: fixed invincibility bug

Cart #40275 | 2017-05-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Pushback is a simple action game based on the Ludum Dare theme "One Room".

How to play:
You are the center yellow block. Use the green blocks to push the red monsters back and squish them against the walls.

If the red monsters get next to you, they'll attack you, and you'll get progressively bloodier. Lose all your health and you lose.

Squish all the monsters and you progress. See how many levels you can clear!

Controls:
arrow keys move the green blocks, you can't move yourself.

Made in collaboration with @SteveL

Feedback welcome!

P#40276 2017-05-07 12:09 ( Edited 2017-05-12 00:58)