https://github.com/clement-w/artifacts-roguelike
Artifacts : A roguelike game developed in C# with Roguesharp and RLNET
https://github.com/clement-w/artifacts-roguelike
csharp rlnet roguelike roguesharp
Last synced: 12 months ago
JSON representation
Artifacts : A roguelike game developed in C# with Roguesharp and RLNET
- Host: GitHub
- URL: https://github.com/clement-w/artifacts-roguelike
- Owner: Clement-W
- License: gpl-3.0
- Created: 2021-04-09T10:21:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T13:19:05.000Z (about 5 years ago)
- Last Synced: 2025-03-13T03:19:11.933Z (over 1 year ago)
- Topics: csharp, rlnet, roguelike, roguesharp
- Language: C#
- Homepage:
- Size: 4.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Artifacts : A roguelike game written in C#
### Game story :
You are a space patroller searching for the 3 legendary artifacts. They are hidden in some forbidden ruins in 3 abandoned planets. Try to find them as fast as possible. You've been given a spaceship to accomplish your mission. You can teleport to the planets through the 3 teleporters, and buy items to the merchants. Good luck.
### Commands :
* Move with z q s d
* Attack by clicking toward the enemy
* Press 1,2,3,4 or 5 to use items
* Press Left Ctrl to go through teleportation portals or stairs.
### Requirements :
* .NET 5.0.
* RLNET 1.0.6
* RogueSharp 4.2.0
* System.Drawing.Common 5.0.2
To install RogueSharp, RLNET and System.Drawing.Common with dotnet :
```
dotnet add package RLNET --version 1.0.6
dotnet add package RogueSharp --version 4.2.0
dotnet add package System.Drawing.Common --version 5.0.2
```
### TODO :
- [ ] Add music
- [ ] Add scoreboard
- [ ] ...