I liked the visuals with 2D sprites and 3D orthographic objects! Creating all the assets as one dev is impressive work
AXaViaN
Creator of
Recent community posts
Thank you! The web port alone took two full days (and still had issues after submission :D).
My original plan was multiple buildings with multiple floors. The main targets would be on the first floor and exploring upper floors would give you new weapons, grenades and upgrades. But dying upstairs would wipe your inventory.
The web port, physics and enemy behavior took more time than I planned. But if I decide to continue, most of the systems are ready for more content.
Thank you! You start with a graphics api (I used OpenGL for this) and draw your first triangle. Then figure out as you go. There are so many great tutorials nowadays for entry level. It looks scary at first but I find it more fun to make something from scratch. And although it requires a lot of setup, for me it is actually easier to work with once you have the essentials.