Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0
Members

typescript based state machine?

A topic by skryking created Sep 22, 2016 Views: 1,597 Replies: 1
Viewing posts 1 to 2

Does anyone happen to have an example of a state machine type pattern implemented in TypeScript?

(+1)

You could give this a go? https://github.com/eonarheim/TypeState

Friend of mine is working on possibly implementing this system into our game currently.