Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RA
Posts
0
Comments
1,783
Joined
2 yr. ago

  • I have some posts I have made that I can share but I'm hoping to make some video soon.

    One of the first experiments I did was with transparent LCD screens embedded inside of a diorama. You scan a qr code to load a controller on your phone. https://bsky.app/profile/intelligentbean.bsky.social/post/3ladalposre2y

    I wanted to try and scale that up so I built multiple of these arcade cabinet dioramas. The idea was that I could sell them like an arcade cabinet so I wanted to be able to run multiple from the same server at the same time and easily make more. I have 2 of these currently https://bsky.app/profile/intelligentbean.bsky.social/post/3laa3kgch3c2z

    I am currently working on a larger game that is more like a metroidvania style. I would like to have it as a gallery installation. You take your character from one diorama to another and collect items and weapons. Here are some of the screens

    https://bsky.app/profile/intelligentbean.bsky.social/post/3lp5q2u4snc2s https://bsky.app/profile/intelligentbean.bsky.social/post/3lp5px5x4xs2s https://bsky.app/profile/intelligentbean.bsky.social/post/3lp5pt6nqdk2s

    This one also has physical weapons that you find in the real world. You can scan them with your phone to collect them then they are available in the game. There are also keys you find in the game world that unlock physical boxes in the real world.

    I always feel crazy telling people about this stuff lol

    Edit Here is one of the ray guns from my latest game:

  • They do the same thing with trump and fall for it every time.

    Like the latest shit about Democrats wanting to give medical care to undocumented immigrants.

    Not even close to being true but there they are for the past week repeating it everyday like it's a fact.

    Saying Donald trump said --Lie-- Only spreads the lie more.

    Just don't report in the lie. Skip that part

  • I make games that are a mix of physical and digital mediums. I found some other people doing similar stuff but nothing exactly the same. A lot of escape room creators use similar technologies though so I find myself talking to those people a lot.

  • I have been vibe coding a whole game in JavaScript to try it out. So far I have gotten a pretty ok game out of it. It's just a simple match three bubble pop type of thing so nothing crazy but I made a design and I am trying to implement it using mostly vibe coding.

    That being said the code is awful. So many bad choices and spaghetti code. It also took longer than if I had written it myself.

    So now I have a game that's kind of hard to modify haha. I may try to setup some unit tests and have it refactor using those.