SyntaxStacks / gorescript

Retro first-person shooter, written in JavaScript using three.js.

Home Page:http://gorescript.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gorescript classic

A '90s-style 2.5D first-person shooter game built from scratch, complete with its own content creation pipeline.

See releases for corresponding asset bundles.

How to build

The steps to build it are:

  • Download the repository

  • Download the assets zip from here

  • Unpack the assets to the \src\game folder (so the \src\game folder should now contain an \assets folder)

  • Install Node.js

  • Open a command line window, go to the root folder of the repository

  • Run the commands:

      npm install gulp -g
      npm install
      gulp web-debug
    
  • When it says "finished js-client" hit CTRL+C and terminate it

  • Go to the newly created \dist folder (in the root of the repository)

  • Run the commands:

      npm install http-server -g
      http-server
    

http://localhost:8080 should now contain a playable version of the game.

Custom maps

About

Retro first-person shooter, written in JavaScript using three.js.

http://gorescript.com

License:MIT License


Languages

Language:JavaScript 99.3%Language:HTML 0.7%