Updating README.md

This commit is contained in:
Alex Yatskov 2016-07-06 22:39:01 -07:00
parent 4dff0e1e3d
commit 72dd4b3500

View File

@ -3,7 +3,7 @@
Moonfall is the name of a game engine that I spent several months developing back in 2008. It leveraged Moonfall is the name of a game engine that I spent several months developing back in 2008. It leveraged
[SDL](https://www.libsdl.org/) for graphics, [Lua](http://www.lua.org/) for in-game scripting, and [SDL](https://www.libsdl.org/) for graphics, [Lua](http://www.lua.org/) for in-game scripting, and
[wxWidgets](https://www.wxwidgets.org/) for the built-in developer tools. The cross-platform engine was written using [wxWidgets](https://www.wxwidgets.org/) for the built-in developer tools. The cross-platform engine was written using
[Code::Blocks](http://www.codeblocks.org/) IDE, but Visual Studio project files are also available. the [Code::Blocks](http://www.codeblocks.org/) IDE, but Visual Studio project files are also available.
The inspiration for the game came partially from the [Harvest The inspiration for the game came partially from the [Harvest
Moon](http://en.wikipedia.org/wiki/Harvest_Moon_%28video_game%29) video game for the Super Nintendo and from the [When Moon](http://en.wikipedia.org/wiki/Harvest_Moon_%28video_game%29) video game for the Super Nintendo and from the [When
@ -12,7 +12,7 @@ Expansion](http://en.wikipedia.org/wiki/07th_Expansion). The protagonist is a ci
farm from a distant relative decides to try his hand in agriculture. He finds the residents of the nearby small town a farm from a distant relative decides to try his hand in agriculture. He finds the residents of the nearby small town a
friendly bunch, but something about them does not seem right. Everyone is appears to be hiding something from the friendly bunch, but something about them does not seem right. Everyone is appears to be hiding something from the
player, who must uncover the truth to survive. In short, this is (as I have described it to my friends), "Harvest Moon player, who must uncover the truth to survive. In short, this is (as I have described it to my friends), "Harvest Moon
with murder." with Murder."
## Technology ## ## Technology ##