Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.7 KB

README.MD

File metadata and controls

61 lines (41 loc) · 2.7 KB

TypeSpriteJS Game Engine

A Typescript 2D game engine for quick prototyping, game jams and web developers who are interested in game dev.

NPM version Docs License GitHub stars Discord Server

  • 🔥 2D WebGL graphics engine + UI
  • 🌆 SpriteSheet generation.
  • 📦 Bundling solved. Typescript just works. esbuild based.
  • ⌨️ Made for developers.
  • 🌍 Manage your game in Worlds.
  • 🧱 Consume custom formats using custom loader and properties.
  • 🤗 Good neighbor no singletons, no globals.
  • 🧙🏻‍ Custom Dev-Server with asset pipeline.

Quick Start

npm create typesprite@latest
# or
yarn create typesprite
# or
bunx create-typesprite@latest

What's new?

See Changes

⚠️ Under development ⚠️

  • Expect things to change
  • Expect things to break
  • Expect parts to be missing
  • Semantic versioning won't be a thing until 1.0.0

MIT License

MIT license, Christoph Schnackenberg https://xtoff.games

The following bits are used but not part of package.json: