Fibonacci Factory
The Fibonacci Factory game is a factory game with roguelike elements. It's still an alpha version, but it's my most prestigious project. The game runs as a PWA on PC and phones and can be installed as an app or desktop icon. The game features math, where arithmetic operators are used to generate ever-increasing Fibonacci numbers. Elements like randomly generated number grids, upgrades, and other modifiers ensure that no two games are the same.
The game is made in vanilla JavaScript and uses graphs to optimize conveyor belt calculations. Local storage is used to store save games, and the game features a tutorial. Multiple canvas elements are used to minimize CPU load when the game screen is updated. Music is generated by AI, and parts of the code were developed with help from Copilot.