Get Started

Creating your first Game with samengine.

Index

Create a new npm project with

npm init

Then install samengine and the buildtool.

npm i samengine
npm i samengine-build

Then create a new project by running

npx samengine-build --new-empty "yourprojectname"

Start now the Dev with

npx samengine-build

and open your browser at http://localhost:3000 to see a preview.

Next Steps