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

https://github.com/amilajack/xwing

An xwing WebGL game powered by three.js
https://github.com/amilajack/xwing

starwars threejs webgl xwing

Last synced: about 1 month ago
JSON representation

An xwing WebGL game powered by three.js

Awesome Lists containing this project

README

        

xwing
=====

### A WebGL game powered by three.js

[![Build Status](https://travis-ci.com/amilajack/xwing.svg?branch=master)](https://travis-ci.com/amilajack/xwing)

## Play It!

Play it at **[amilajack.github.io/xwing](https://amilajack.github.io/xwing/)**

## Setup
*Note: this project requires `yarn`. If you don't have it, run `npm i -g yarn`*
```bash
git clone https://github.com/amilajack/xwing
cd xwing
yarn
yarn start
```