Giter Site home page Giter Site logo

geonux / geostrike Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webiks/geostrike

0.0 1.0 0.0 47.17 MB

An online, real time, multi-player First Person Shooter video game, leveraging CesiumJS, 3D-Tiles and GraphQL. (Early Development Phase)

Shell 0.42% Dockerfile 0.11% TypeScript 84.25% JavaScript 0.64% HTML 7.00% CSS 7.58%

geostrike's Introduction

GeoStrike (alpha)

3D game for real world data. Boom!

Play it live at geo-strike.com

Technologies

Node, GraphQL, Angular, CesiumJS, Angular Cesium

Getting started

  • Go to project directory
  • install
 yarn
  • run server & client:
 yarn start

Enable remote users

  • Go to packages/client/src/environments/environment.ts and change server url to your ip with port 3000
   serverUrl: 'localhost:3000' // OLD
   serverUrl: '[your_ip]:3000' // NEW
  • run normally
yarn start
  • Now you and other players on the same lan can connect to http://[your_ip]:4200

Game Controls

  • Tab - switch FPV/SemiFPV
  • Shift - run
  • Space - switch to shooting mode
  • c - crawling mode
  • w,a,s,d - move
  • mouse_move - look around
  • mouse_click - shoot (in shooting mode only)
  • e - enter nearby building

Start a game

  • login to client http://[ip]:4200
  • choose new game
  • select character and user name
  • User code is shown (for other player to join your game they should choose "Join game" option and insert your game code)
  • Press "start game" and press "ready" when you want to start the game

Start game on terrain

  • Go to packages/client/src/environments/environment.ts and change the flag loadTerrain to true.
  • Then run the command TERRAIN=true yarn start

Required global packages for development

install using yarn global add <PACKAGE_NAME> or npm i -g <PACKAGE_NAME>

Credits list - how to modify

to modify credits, open assets/credits/credits.json and add\delete\change destinated credit

geostrike's People

Contributors

davidyaha avatar dotansimha avatar eitanfr avatar katzi0 avatar omkoren avatar tomermoshe avatar yuvalbl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.