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
- Host: GitHub
- URL: https://github.com/amilajack/xwing
- Owner: amilajack
- Created: 2018-05-05T05:19:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T14:29:18.000Z (about 3 years ago)
- Last Synced: 2025-02-25T19:13:13.831Z (about 2 months ago)
- Topics: starwars, threejs, webgl, xwing
- Language: JavaScript
- Homepage: https://amilajack.github.io/xwing/
- Size: 14.8 MB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
xwing
=====### A WebGL game powered by three.js
[](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
```