0.7.13 • Published 6 years ago

gamestartr v0.7.13

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

GameStartr

Greenkeeper badge Build Status NPM version

A bare-bones, highly modular game engine for 2D 8-bit games.

GameStartr is an in-progress experimental game engine targeted to 8-bit retro 2D games. It's got some great features built-in, such as:

  • :zap: Blazing-fast start times: averaging sub-second on a 3G connection & old laptop including HTML parse and load
    • Lazily-instantiated and -loaded components
    • Lazily-instantiated actor classes with inline POJO sprite declarations
    • ~200KB minified / ~50KB gzipped
  • :wrench: Easy scaffolding for extensible mods, level editors, and random map generation
  • :open_hands: Full touch UI support with UserWrappr and TouchPassr

:x: :warning: GameStartr isn't production ready or well-supported - you're better off using a more standard game engine. :warning: :x:

Development

After forking the repo from GitHub:

git clone https://github.com/<your-name-here>/GameStartr
cd GameStartr
npm install
npm run setup
npm run verify
  • npm run setup creates a few auto-generated setup files locally.
  • npm run verify builds, lints, and runs tests.

Building

npm run watch

Source files are written under src/ in TypeScript and compile in-place to JavaScript files. npm run watch will directly run the TypeScript compiler on source files in watch mode. Use it in the background while developing to keep the compiled files up-to-date.

Running Tests

npm run test

Test files are alongside source files under src/ and named *.test.ts?. Whenever you add, remove, or rename a *.test.ts? file under src/, re-run npm run test:setup to regenerate the list of static test files in test/index.html. You can open that file in a browser to debug through the tests. npm run test will run that setup and execute tests using Puppeteer.

0.7.13

6 years ago

0.7.12

6 years ago

0.7.10

6 years ago

0.7.9

6 years ago

0.7.8

6 years ago

0.7.7

6 years ago

0.7.6

6 years ago

0.7.5

6 years ago

0.7.4

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.9

6 years ago

0.6.8

6 years ago

0.6.7

6 years ago

0.6.6

6 years ago

0.6.5

7 years ago

0.6.4

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.5.4

7 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago