Difference between revisions of "Magog"

From RogueBasin
Jump to navigation Jump to search
(Added initial project page)
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{game-talkie | name = Magog
{{game-alpha | name = Magog
|developer = [[Risto Saarelma]]
|developer = [[Risto Saarelma]]
|theme = fantasy
|theme = fantasy
|influences =  
|influences =
|licensing = BSD
|released =
|language = [[Factor]]
|updated =
|licensing = [[GPL]]
|language = [[Rust]]
|platforms = [[Linux]], [[Windows]]
|platforms = [[Linux]], [[Windows]]
|interface = Tiles
|interface = Tiles
|length = Short
|site = https://github.com/rsaarelm/magog
|site =  
}}
}}


It is supposed to be simple. You come in at the wake of the host, pick through the ruin they leave, and take what valuables the dregs did not find or comprehend. Only now you're not facing a silent waste, but a crawling army of the things still here. And yet the way back is sealed until you have walked the path to the end.
It is supposed to be simple. You come in at the wake of the host, pick through the ruin they leave, and take what valuables the dregs did not find or comprehend. Only now you're not facing a silent waste, but a crawling army of the things still here. And yet the way back is sealed until you have walked the path to the end.
== Features ==
* Hex grid gameplay.
* Animated graphics.
== Implementation details ==
* Uses an [[Entity Component System]].
== Dev notes ==
As of 2014-09, this is a perpetual tinkering project. First version was written in Factor in 2011, then there was a short attempt to restart it in C++11 in 2012. From 2014 on, it's being rewritten from scratch again, this time in Rust.
[[Category:Open source]]

Latest revision as of 14:12, 21 September 2014

Magog
Alpha Project
Developer Risto Saarelma
Theme fantasy
Influences
Released
Updated
Licensing GPL
P. Language Rust
Platforms Linux, Windows
Interface Tiles
Game Length {{{length}}}
Official site of Magog


It is supposed to be simple. You come in at the wake of the host, pick through the ruin they leave, and take what valuables the dregs did not find or comprehend. Only now you're not facing a silent waste, but a crawling army of the things still here. And yet the way back is sealed until you have walked the path to the end.

Features

  • Hex grid gameplay.
  • Animated graphics.

Implementation details

Dev notes

As of 2014-09, this is a perpetual tinkering project. First version was written in Factor in 2011, then there was a short attempt to restart it in C++11 in 2012. From 2014 on, it's being rewritten from scratch again, this time in Rust.