The Infinite Platformer - Cloud Variables!

410
0
2023-06-06に共有
This is my first attempt at implementing a multiplayer experience. The cardboard cutouts you see are real players, or just ghosts of the last session played.
*You need to be a Scratcher to see other players.*

A small and infinitely generating platformer. Platforms generate based on my own variation of an existing LCG algorithm(basically just a consistent random number generator.) This allows me to create a seed using the current level so multiplayer can be achieved.

It has a very nice and fitting art style with what I learned are called "cut drops," the things that hang from the top of theater stages.

The way online user data is received and sent is with a variation on @griffpatch's tactic to allow MMO projects with over 100 other players!