Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wolfadex/space-sim

WIP: space simulation game
https://github.com/wolfadex/space-sim

elm game space web

Last synced: about 2 months ago
JSON representation

WIP: space simulation game

Awesome Lists containing this project

README

        

# Play [Space Sim](https://space-sim.netlify.app/)

## ⚠️ WIP ⚠️

[![Netlify Status](https://api.netlify.com/api/v1/badges/cb086d27-2785-46ec-b180-a4ce21231f58/deploy-status)](https://app.netlify.com/sites/space-sim/deploys)

A space game inspired by Dwarf Fortress.

## Features

- Galaxy generation
- Solar system generation
- Star generation
- Planet (rocky or gas, with water or not) generation
- Civilizations, with:
- Population size
- Reproduction rate
- Mortality rate
- Population density
- Cooperative vs competitive
- Names
- Happiness
- Knowledge (can be gained, not yet lost)
- Logs of important events
- Revolts (civs split when too unhappy)
- Expansion into nearby planets/solar systems
- "Gameplay"
- 2D (data first) or 3D (beauty first) view of the galaxy
- 3D settings

## Development

```bash
npm install
npm run dev
```

```bash
npm run review-watch
```

```bash
npm run test-watch
```




Built with ♥ using Elm