Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk authored Jan 18, 2024
1 parent a3542d3 commit e9e9fd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ docker run --name end_of_eden -p 8275:8273 -it ghcr.io/bigjk/end_of_eden:master

</details>

## Settings
## :bookmark_tabs: Settings

Both versions have separate settings files. The settings files are located in the same directory as the game executable. The settings files are automatically created on the first game start. You can modify the settings in the settings file or in game via the settings menu.

Expand Down Expand Up @@ -165,7 +165,7 @@ width = 1100

</details>

## Console
## :tv: Console

A modern console is required to support all the features like full mouse control in the ``_term`` version. Just start the ``end_of_eden(.exe)`` executable in your terminal.

Expand All @@ -176,13 +176,13 @@ A modern console is required to support all the features like full mouse control
| **cmd** | windows | :warning: | no mouse motion support, mouse clicks and everything else works |
| **[iterm2](https://iterm2.com/)** | osx | :white_check_mark: | |

## Lua & Modding
## :books: Lua & Modding

Lua is used to define artifacts, cards, enemies and everything else that is dynamic in the game. This makes End of Eden easily extendable. If you want to create mods or learn more about lua:

- See [Lua Documentation](docs/LUA_DOCS.md)

# Interesting bits and pieces
# :round_pushpin: Interesting bits and pieces

Here are some interesting bits and pieces about the game that I like to share as it was great fun to build them.

Expand Down

0 comments on commit e9e9fd3

Please sign in to comment.