A 2D Game Engine written in Typescript
Working on my mobile game GhostJumpGo! I used and finalized a web game engine I worked on some years ago.
Once the game was finished I decided to package it into something that can be useful for others as well. I pushed it to NPM and made a website to explain the concepts in more detail.
Linkย | Desc |
---|---|
https://typespritejs.dev | Landing page + docs |
https://npmjs.com/package/typesprite | The npm package page |
https://npmjs.com/package/create-typesprite | Setup package to create new proejcts |
To create a new project one simply has to write npm create typesprite
, follow the prompts and start working on the game.
Have fun :-)