• nerdhdOP
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 day ago

    For mobile users: please decrease the sensibility to around 0.2.

    For those interested on how I made the game:

    I have always wanted to make an arcade game like Tetris, space invaders and pac man. You know, games that are simple but can be replayed forever?

    But the idea of a game about keeping a pendulum upside down only came up when I saw a video of a robot doing it. It was a car and it moved to the left and right so that the pendulum never got too close to falling.

    The hardest part was the ui. I’m very bad with ui for some reason Maybe I’m just bad with css.

    In order to make it a little more than just a bottle in front of a black screen I needed to add backgrounds, so I learned how to program a shader with the website shadertoy.

    Making shaders is surprisingly easy and fun, although I struggled at first.

    That’s about it.