Socket
Socket
Sign inDemoInstall

squaredjs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

squaredjs

A 2D Tile-Based WebGL Game Engine


Version published
Maintainers
1
Created
Source

npm version Build Status Dependencies Coverage Status

SquaredJS

A 2D Tile-Based WebGL Game Engine

Logo

Official website with documentation


If you're reading this on npmjs.com, this README is likely more up-to-date on our Github project page.


Alpha - Work In Progress

During the alpha, the npm package might not be kept up-to-date, due to frequent changes in the codebase. To install and use the latest version, follow these steps:

  • Clone or download this project
  • npm run build
  • cd dist, then npm link
  • In your game project's folder: npm link squaredjs

More info on npm link.


SquaredJS is a WebGL game engine, built for 2D tile-based games. It is built for amateur developers and hobbyists who want to ship web games quickly and easily.

Don't worry about a dev server, packaging or transpilation, SquaredJS manages that for you and lets you focus on your code. It leverages modern and well-known tools like TypeScript, npm and Webpack 4. It is even compatible out-of-the-box with the Tiled Map Editor.

Features

  • Specialized for tile-based, 2D games
  • Entirely written in TypeScript
  • Rendered with PixiJS
  • Simple and efficient API
  • Compatible out-of-the-box with the Tiled Map Editor
  • Batteries included

SquaredJS is currently in early alpha and in active development. Features are missing, bugs need to be squashed, docs are sparse, and the API will likely change in the future.

Keywords

FAQs

Package last updated on 20 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc