Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/appgurueu/cellestial_game

World of Life Game for Minetest
https://github.com/appgurueu/cellestial_game

Last synced: 8 days ago
JSON representation

World of Life Game for Minetest

Awesome Lists containing this project

README

        

ImageImage

# Cellestial Game (`cellestial_game`)

Game of Life in three dimensions.

## About

Written entirely by Lars Mueller aka LMD or appguru(eu). Code licensed under the MIT and GPLv3 licenses (see below). For media licenses see each mod's Readme.

### Links

* [GitHub](https://github.com/appgurueu/cellestial_game)
* [Discord](https://discordapp.com/invite/ysP74by)
* [ContentDB](https://content.minetest.net/packages/LMD/cellestial_game)
* [Minetest Forum](https://forum.minetest.net/viewtopic.php?f=50&t=24458)

Part of the Cellestial Series: [`cellestial`](https://github.com/appgurueu/cellestial), [`cellestiall`](https://github.com/appgurueu/cellestiall) and [`cellestial_game`](https://github.com/appgurueu/cellestial_game)

Contains the following mods:

* [`modlib`](https://github.com/appgurueu/modlib): Basic modding utility library, MIT
* [`cmdlib`](https://github.com/appgurueu/cmdlib): Chatcommand library, MIT
* [`hud_timers`](https://github.com/appgurueu/hud_timers): HUD timer library, MIT
* [`adv_chat`](https://github.com/appgurueu/adv_chat): Advanced chat, GPLv3
* [`cellestial`](https://github.com/appgurueu/cellestial): Provides 3D cellular automata, MIT
* [`cellestiall`](https://github.com/appgurueu/cellestiall): Makes the entire world consist out of cellular automata, MIT

Mods to be considered:

* `management`: Server management, work in progress
* `worldedit`: World editing, needs more restrictions & interoperability with cellestial internals