/lombkorona

Primary LanguageJavaScriptMIT LicenseMIT

Basic FPS set in Nyirmartonfalva's controversial canopy project

FPS based on https://github.com/mohsenheydari/three-fps with the model of the area provided by https://github.com/szabokrissz96/lombkorona

Usage

Select a difficulty on the first screen.

Keyboard & mouse:

  • W, A, S, D: move
  • Mouse: look
  • R: reload
  • Space: jump

Touchscreen:

  • First touch: look
  • Second and further touches:
  • Top left section: fire
  • Bottom left section: jump
  • Top right section: move forward
  • Bottom right section: move backward

Enemies respawn after killed. There are no end goals, and no win or lose conditions.

Install

Simply clone and run npm install:

git clone https://github.com/sztupy/lombkorona.git lombkorona
cd lombkorona
npm install

Running the development server

To see the changes you make to the project go to the project's folder in terminal and type...

npm start

This command will bundle the project code and start a development server at http://localhost:8080/. Visit this in your web browser.

Building the project for the web

Running npm run build in terminal will bundle your project into the folder ./docs/. This can be uploaded to GitHub Pages amond others for distribution.

About the models

Art assets used in this project:

Thanks to

License

MIT