Skip to content

sandman45/TieFighter

Repository files navigation

Tie Fighter

Creating a Tie Fighter game using PierfrancescoSoffritti's Configurable Three JS App template. Check it out he has done an amazing job.

  • early version

Tie Fighter Game

  • latest version

Tie Fighter Game

or run it locally

How to start

Install

To use this project you need to download all the required modules from npm, to do that run this commands from the root folder of the project

cd server
npm install
cd WebGL
npm install

create a .env file in the /server/src/ directory

WEB_SERVER=3000

Launch the server

To start the server run this command, from the root folder of the project

cd server
cd src
node main

Running on Webstorm

click run main.js node

server will run port 3000 unless you change the port in the .env file

the web server will run on port 3000 unless changed in the .env file

The webpage will be available at http://localhost:8080/

Scene

The scene is built with Three.js (WebGL) and runs into your browser.

Realtime scene configuration

The webapp contains a control window that can be used to update in realtime all the configurations in the config file.

About

Tie Fighter game im messing with

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published