@vsmode/starship
v1.2.1
Published
Simple 2D game framework with no dependencies
Downloads
8
Readme
🚀 Starship
Simple 2D game framework with no dependencies
Installation
npm i @vsmode/starship
API
Full API documentation can be found on the website.
View API Docs →
Examples
Check out these basic examples to see how to get started.
Drawing Text
Learn how to display the text "Hello, World!" in the middle of the screen.
Handling Button Input
Learn how to move a rectangle around with the arrow keys.