Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evangipson/lors
L.O.R.S. is a loot heavy, open world, roguelike survival game with procedurally generated lore.
https://github.com/evangipson/lors
csharp procedural-generation rlnet roguelike roguesharp
Last synced: 1 day ago
JSON representation
L.O.R.S. is a loot heavy, open world, roguelike survival game with procedurally generated lore.
- Host: GitHub
- URL: https://github.com/evangipson/lors
- Owner: evangipson
- License: agpl-3.0
- Created: 2018-09-24T01:23:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T00:21:19.000Z (over 6 years ago)
- Last Synced: 2024-11-22T17:34:17.917Z (2 months ago)
- Topics: csharp, procedural-generation, rlnet, roguelike, roguesharp
- Language: C#
- Homepage:
- Size: 198 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# L.O.R.S.
L.O.R.S. is a loot heavy, open world, roguelike survival game with procedurally generated lore. It was written in C#, and based on the thorough and insanely helpful [RogueSharp tutorial](https://roguesharp.wordpress.com/2016/02/20/roguesharp-v3-tutorial-introduction-and-goals/).![A screenshot of the L.O.R.S. splash screen](https://raw.githubusercontent.com/evangipson/lors/master/Images/lors-start-screen.png "A screenshot of the L.O.R.S. splash screen")
![A screenshot of a newly generated L.O.R.S. overworld](https://raw.githubusercontent.com/evangipson/lors/master/Images/lors-overworld-start.png "A screenshot of a newly generated L.O.R.S. overworld")
## Basic Concept
The concept of the game is to interact with the lore enough to uncover all of the (procedurally generated) main quests, beat them, and become the hero of the world. You will need to survive by eating, drinking, and sleeping. You will collect procedurally generated weapons and fight (sometimes unique) procedurally generated monsters.## Gameplay
The user will open the game, and create a hero. The player will then interact with the procedurally generated 2d world with a real-time combat system (based on scheduling & speed), crafting, creating art (such as music or stories), and farming.| L.O.R.S. Readme |
|---|
| [Built With](#built-with) |
| [Contributing](#contributing) |
| [License](#license) |# Built With
* C#
* Visual Studio 2017
* [RogueSharp tutorial](https://roguesharp.wordpress.com/2016/02/20/roguesharp-v3-tutorial-introduction-and-goals/)
* RLNet for console interface
* RogueSharp for common roguelike libraries# Contributing
Thank you so much for your interest in contributing to L.O.R.S.! Check out any [open issues](https://github.com/evangipson/lors/issues) to see if your feedback is already reported. If not, [create a new issue](https://github.com/evangipson/lors/issues/new/choose), please!# License
L.O.R.S. is licensed under [AGPL 3.0](https://www.gnu.org/licenses/agpl-3.0.en.html). If you are interested, [take a look at L.O.R.S.' license](LICENSE).