Encryption algorithms and sharing levels on a tweet

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Running out of characters, lul.

    What is left to do is to create something that parses the tilemap and generates an image based on it, that then can be shared. It´s a very raw prototype, but generally I´d say the idea is entirely possible.

    In C2 there´s also the canvas plugin (from R0j0hound) that has this option to pick a color from the canvas and also draw to a canvas, makes things a little bit easier I guess but haven´t tested it.

    Fun thing, one could even go ahead and load in random images to generate maps, though that would require a bit of tweaking so it isn´t completely unplayable. You could snap a picture of your cat and check out what level it generates.

    • Thank you for the comment!

      Indeed it's really interesting to save and load levels using pictures.

      I thought of using canvas to process image data or create one based on a level.

      I never used the Javascript plugin so it's really interesting to know that it works so well!

      And generating levels based on images is an amazing idea, I'd love to see an experiment based on that :D.