Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artstisen authored Jul 18, 2022
1 parent 7312c3b commit 1470975
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Marbles provides a simple and intuitive interface for creating, editing, searchi
## Specifications
- Supported platforms: Windows and Linux
- Requirements: .NET 6/Core
- Distribution: Cross-platform binaries
- Application type: Text mode
- Box drawing: ASCII (No special fonts required)
- Console I/O encoding: UTF-8
Expand All @@ -20,9 +21,11 @@ Marbles provides a simple and intuitive interface for creating, editing, searchi
- Programming language: C# 10
- Programming environment: JetBrains Rider

Marbles is a pure ASCII text mode application (as in standard 128-char ASCII. No extended ASCII or ANSI char sets used). This makes Marbles compatible with all standard monospaced fonts, regardless of platform. You can either run it with the supplied Conhost executable (on Windows) or use your favorite terminal to run the Marbles.dll library.
Marbles is a pure ASCII text mode application (as in standard 128-char ASCII. No extended ASCII or ANSI char sets used). This makes Marbles compatible with all standard monospaced fonts, regardless of platform. You can either run it with the supplied Conhost executable (on Windows) or use your favorite terminal to run the Marbles.dll binary.

## Guides/getting started
- [Installation](Guide-to-installation.md)
- [Login menu](Guide-to-login-menu.md)
- [Main menu](Guide-to-main-menu.md)
- [Editor](Guide-to-editor.md)

0 comments on commit 1470975

Please sign in to comment.