Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Project Restart

I've decided to reset progress and rewrite Crimson again from scratch. There are so many things that I'd like to do better, and that are best done again from scratch.

Main things that I'm rewriting:

  • New scene management. The way I was doing it before was extremely primitive.
  • I'm moving away from ECS and into inheritance. I think it will suit the new scene management system and the scripting language better. (Update: I've actually decided to keep ECS. It just works a lot smoother)