Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/TomWHall/Descensus2

A TypeScript 2D physics game using p2.js and Pixi.js
https://github.com/TomWHall/Descensus2

Last synced: 6 days ago
JSON representation

A TypeScript 2D physics game using p2.js and Pixi.js

Awesome Lists containing this project

README

        

# Descensus 2

A 2D physics game written in TypeScript using p2.js for physics and Pixi.js for rendering.
Bundled with Webpack. Targets ES6.

[Online demo](https://tomwhall.github.io/descensus2)

If you have an Android phone or tablet and would like to support me, please consider buying the game!

### To build:
```
npm install
npm run release
```