shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

271
active users

#p5js

4 posts4 participants0 posts today

TwisterClicks & DontClickBackground

Coded #p5js

For the Game Jam, "TweetTweetJam 10": itch.io/jam/tweettweetjam-10, I coded two clicker games in P5js that followed the under 500 code character limit In both games.

The objective is to not click background, only the movingthe squares.

Links
DontClickBackGround: illestpreacha.itch.io/dontclic

TwisterClicks: illestpreacha.itch.io/twister-

Sharing this little prototype of a tool i've been working on. It is basically a combination of a "DAW" with a code editor (with the timeline more like a Tracker, vertical).

You can put regions of code on the timeline and type different code per region. When the playhead reaches the block the code is "evaluated" (as-in, it is send over osc to some place where you want it to be interpreted). The main reason I created it was for making compositions out of previous live coded performances, where I kept logs of what I evaluated during the show.

It is a work in progress, but if you find this useful feel free to give it a go! I've mainly designed it for my language @mercury, but you can surely adapt it to other languages as well (or just ignore the syntax highlighting, haha). Created with node, js, p5 and codemirror.

A little video attached to demonstrate the idea.

github.com/tmhglnd/cue-code