Open-Terrarium/README.md

32 lines
1005 B
Markdown
Raw Normal View History

2017-09-15 16:00:07 -04:00
### What is this game?
2017-09-15 15:55:42 -04:00
_Open Terrarium_ is an open world, open source, 2D block based sandbox game where you can mine and craft.
2017-09-15 16:00:07 -04:00
### Why is this different than the thousands of other 2D Terraria clones?
2017-09-15 15:55:42 -04:00
_Open Terrarium_ is written in a higher level language so that it's much easier to modify, debug, add into, and program in general.
2017-09-15 16:00:07 -04:00
### Why Love 2D?
2017-09-15 15:55:42 -04:00
Love 2D has an extensive, fast, and easy to learn API written in LUA which makes programming easier and fun.
2017-09-15 16:00:07 -04:00
### How do I run this game?
2017-09-15 15:55:42 -04:00
Currently this is in alpha, version 0.0.1 and has no packed executable. You can open a terminal, cd into the directory, and type _love ._ to run the game.
2017-09-15 16:00:07 -04:00
### Notes:
When programming, using Geany IDE seems to be the easiest. How to easily run the game using the _F5_ key is to go into _Build -> Set Build Commands_, then change the _Execute_ section to this:
![Execute Section](https://raw.githubusercontent.com/jordan4ibanez/Open-Terrarium/master/github_resources/geany_1.png "Execute Section")