feldhaus / aviator

Three.js game based on a tutorial written in Typescript.

Home Page:https://feldhaus.github.io/aviator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aviator

Contributions welcome Code style: prettier GitHub licence

Examples made by Maicon Feldhaus
Library used in this project is Three.js

Three.js game based on this tutorial in Typescript. Ideas and corrections are highly desirable to constantly improve this repository!

Getting started

Prerequisites

For development, you will only need Node.js and also, be sure to have git available.

Download and install npm with Node.js @ https://nodejs.org/en

Installing

Select a folder, navigate to it, and clone this repository with this command-line:

git clone https://github.com/feldhaus/aviator.git
cd aviator

Install the dependencies with this command-line:

npm install

Running

Perform a quick build (bundle.js) and start server:

npm run dev

Building

npm run build

About

Three.js game based on a tutorial written in Typescript.

https://feldhaus.github.io/aviator/

License:MIT License


Languages

Language:TypeScript 87.6%Language:JavaScript 9.5%Language:HTML 2.9%