Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anomalou/abyssengine
Little roguelike "game engine"
https://github.com/anomalou/abyssengine
adventure bad-code csharp game game-development game-engine higher-education roguelike roguelike-dungeons roguelike-game roguelike-rpg-game rpg rpg-engine rpg-game school-project student-project studing
Last synced: about 1 month ago
JSON representation
Little roguelike "game engine"
- Host: GitHub
- URL: https://github.com/anomalou/abyssengine
- Owner: anomalou
- Created: 2019-08-21T09:42:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:08:08.000Z (about 2 years ago)
- Last Synced: 2023-04-27T20:23:45.303Z (over 1 year ago)
- Topics: adventure, bad-code, csharp, game, game-development, game-engine, higher-education, roguelike, roguelike-dungeons, roguelike-game, roguelike-rpg-game, rpg, rpg-engine, rpg-game, school-project, student-project, studing
- Language: C#
- Homepage:
- Size: 1.44 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
Clone repository on your pc.
Install .NET Core 3.1 SDK or 2.0
Install MonoGame SDK
Type in terminal `dotnet build -r win10-x64 `# Link to libraries repository
[AbyssLibraries](https://github.com/calcq/AbyssLibraries)# How to install plugins
Open and close application
Find in application's root folder the folder `plugins`
Puts all your `*.dll` plugins in this folder