We use TypeScript for browser game development and legacy modernisation. Our Fire of London case study documents work delivered during our team’s previous employment, before Ocean View Games: recreating an educational Flash game in HTML5 and TypeScript, preserving its interactions when the original source code was unavailable.
TypeScript adds static type checking to JavaScript, helping catch mismatched data and incorrect API use during development. It fits alongside rendering tools and game frameworks, with the browser running the resulting JavaScript.
