Coder Social home page Coder Social logo

fekha / solaris Goto Github PK

View Code? Open in Web Editor NEW

This project forked from solaris-games/solaris

0.0 1.0 0.0 34.6 MB

A HTML5 game of strategy, intrigue and galactic conquest.

Home Page: https://solaris.games

License: MIT License

JavaScript 50.21% HTML 5.72% Vue 43.90% Shell 0.17%

solaris's Introduction

Solaris

This is a 4X strategy game that aims to loosely clone the game Neptune's Pride.

Visit solaris.games to play now!

Server

The server uses the following tech:

Client

The client uses the following tech:

Development Environment Setup

  1. Install the prerequisites.
  2. Clone the repository.
  3. Checkout master.
  4. npm install in both client/ and server/ directories.
  5. Create a .env file in server/ (See .env.example).
  6. Create a .env file in client/ (See .env.example).
  7. npm start in server/
  8. npm run serve in client/
  9. Browse to the site locally (default http://localhost:8080).

Note: Development work is to be based on the master branch, for a new feature or bug fix, create a branch from master.

Setup Scripts

See the scripts/ directory for scripts that will perform the setup automatically.

Common Fixes

  • If you're on Windows and you get an error running npm install in server/ complaining about node-gyp, try the following command:
    • npm install --global --production windows-build-tools
  • If you're using the VS Code debugger, especially for the server/, you'll need to set up your launch.json with these additional properties:
    • "envFile": "${workspaceFolder}/server/.env" in the configuration.

Contributing

See here.

License

See here.

solaris's People

Contributors

mike-eason avatar kurtzmusch avatar gordon5k avatar johnhkoh avatar william-schutte avatar

Watchers

James Cloos 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.