Skip to main content
Developer
gh
nws

Ideas

This is a /ideas page with a list of ideas I want to work on.

Software

  • Public domain test data api, that can be used for testing and development.

    There are a few of these out there like Rick and morty api.

    But I want to make one that is more generic, and includes more data types, like data uri fields with "data:image" or "data:image/svg+xml".

Games

  • Tower defense game.

    Since they are one of those game genres, where you can fairly "quickly" put together a working game, and have loads of oppotunities for optimization to allow for more monsters and towers at once.

    And would be pretty cool to try and decouple rendering from the game logic, so even if the game logic is running slowly, it will still render at 60fps at least that is what I hope to achieve.

Inspiration