Coder Social home page Coder Social logo

starwolves / space Goto Github PK

View Code? Open in Web Editor NEW
137.0 2.0 12.0 40.92 MB

Official mirror of the online SCI-FI action game that simulates spaceships in 3D. Built from the ground up to support decentralized game-servers and communities with extensive modding support. Will ship with a core feature set of Role-Playing-Game elements..

Home Page: https://starwolves.io

License: Other

Rust 99.88% Shell 0.06% Batchfile 0.06%
rust bevy game-development multiplayer-game ecs entity-component-system sci-fi space decentralized rpg

space's Introduction

Space Frontiers [pre-alpha]

Continuous integration

"You gotta die for something." - STARWOLF

Description

The start to a next-generation online community multiplayer game that seeks to support a galaxy consisting of multiple sectors and spaceships. Active cooperative and PVP gameplay takes place in and around manned spaceships together with a foundation of Role-Playing-Game features. Gamemodes and content are customizable and shaped by the players.

Designed from the ground up to deliver an experience that offers high amounts of supported players for decentralized gaming communities that provide their own selections of (both client- and server-side) content, mods, game modes, gameplay, moderation and plugins. Communities can also choose to host a cloud of servers, rather than just a single server.

If Faster Than Light (FTL), System Shock and Space Station 13 had a child.

Support and try today (link).

There are gameplay videos of the prototype on YouTube.

Technology

The repository contains both the server and the client. Both are entirely written in Rust with the Bevy ECS game engine. The technology stack is cutting-edge and will serve next-generation online community server videogames well. Space Frontiers is designed from the ground up to support modern CPUs to efficiently take advantage of any amount of available CPU cores without increasing code complexity and without chances of data races. The server and client have shared libraries and deterministic behavior for synchronizing physics states reducing bandwidth usage for each connection.

Community

Socials:

Community description

Christian. Not ordinary, revolutionary would be a better word. There is community sovereignty, integrity, values and strong personalities together with honest beings and experienced leaders that operate in Truth and good faith.

Space Frontiers and the community are age rated 18+ ๐Ÿ”ž. Minors may not be present without parental approval and parental supervision.

Revenue sharing

The codebase is open-source. Artists and programmers are invited to become part of the development of this game.

See financial rewards.

See pricing.

Brought to you by

Features new prototype (1st person)

  • Decentralized gameplay, each community can host their own server. ๐Ÿ‘‘
  • Highly parallelized Entity Component System Architecture. ๐Ÿ“ก
  • Pure Rust. No garbage collection. Fast code execution. ๐ŸŒŸ
  • Data-oriented and modular within a thread-safe and strictly compiled environment. It is easy to add and remove entities, systems, components, map cells and more simply by managing plugins that will get compiled with the project. ๐Ÿ”ญ
  • Using the cutting-edge bevy_xpbd. ๐Ÿš€
  • Low-bandwidth synchronization netcode that keeps clients at desired ticks based on their latency.
  • Smooth client-side network physics prediction, rollback and corrections for low to medium latency connections.
  • A modular 3D and dynamically destructible / constructible map framework. โ˜„
  • Early inventory system implementation, equip items with character entities.
  • Global chat.
  • Actions and tab menus to interact with the world and entities while also offering protection against cheaters.
  • Configurable console commands, including rcon admin commands.
  • Clients can load custom content on a per-server basis thanks to a traditional automatically shared and downloaded content folder approach.

Features old prototype (top-down isometric)

  • Character meshes and animations are integrated with Mixamo for rigging.
  • Inventory system, pick up, wear, attach, place and equip items with character entities.
  • Melee & projectile combat systems, damage player, ship walls or other entities with various types of damage and the ability to target specific body parts.
  • Advanced BBCode chat, with support for examining entities, modular (radio) channels and proximity communication.
  • Cell-based map support with a graphical user interface map, world and entities editor with support for sizes up to 1km by 1km with 100,000+ dynamic (de)constructible ship cells.
  • Atmospherics simulation including temperature, pressure, diffusion, gravity and the vacuum of space.

Screenshot of old prototype atmospherics simulation

How to test-play (Launcher)

You can get the official game launcher with automatic updates of the new prototype by supporting the project on the store. After payment, simply log in to get your download link.

Being logged in with the launcher is a requirement to try out and play this codebase.

Launcher source code

Compile from source

Dependencies

Developing Space Frontiers

To compile Space Frontiers:

  • Select latest a versioned branch from this repository and clone it.
  • In your terminal navigate to the project folder you have just obtained.

Ensure you are logged in with the Space Frontiers launcher. You may be eligible for a free Space Frontiers account, for more information check the store page.

To start the server run:

cargo run server

In optimized mode:

cargo run --release server

To start the new Bevy client run:

cargo run

In optimized mode:

cargo run -- release

Documentation

Generate documentation yourself for master (latest code and docs!!) or other versions:

cargo doc --no-deps --document-private-items --open

Contributing

This project is oriented towards long-term development, meaning it is here to stay and to be developed for some years to come. Feedback, bug reports, suggestions and critique are very much appreciated.

The hopes are to financially reward and/or hire the most suitable people for their contributions in the much further future.

Contributors of this project have to agree to our Contributor License Agreement. You may send your signed version to [email protected] so your associated Gitlab account will get activated.

Screenshot of Space Frontiers GUI project map and content editor

License

The code of this repository is licensed under the proprietary code license. The assets of this repository are licensed under the the proprietary assets license. Both licenses we intend to support with value to authenticity and community freedoms without elements of modern-day cancel culture ๐Ÿ‘‘.

AGPLv3 & CC BY-SA 4.0 Milestone

In the much further future after having obtained enough paid subscriptions: the codebase and assets for Space Frontiers at that moment and onwards will go Free Open Source (FOSS) under The GNU Affero General Public License version 3 and Attribution-ShareAlike 4.0 International License. The codebase would continue to be subject to the Contributor License Agreement. This is likely to happen at the very last stage of the game when most commercial opportunities for Starwolves have already been exploited.

space's People

Contributors

alainx277 avatar dotred108 avatar github-actions[bot] avatar starwolfy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.