Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steffo99/slime-blood-and-pain
An infinite dungeon crawler!
https://github.com/steffo99/slime-blood-and-pain
csharp game ld44 ludum-dare-44 unity2d
Last synced: 3 months ago
JSON representation
An infinite dungeon crawler!
- Host: GitHub
- URL: https://github.com/steffo99/slime-blood-and-pain
- Owner: Steffo99
- License: mit
- Created: 2019-04-26T20:35:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T01:46:32.000Z (4 months ago)
- Last Synced: 2024-09-26T09:42:13.750Z (4 months ago)
- Topics: csharp, game, ld44, ludum-dare-44, unity2d
- Language: C#
- Homepage: https://ldjam.com/events/ludum-dare/44/slime-blood-and-pain
- Size: 1.84 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](.media/icon-128x128_round.png)
# Slime, Blood and Pain
Welcome to the Dungeon
> [!Note]
>
> We salvaged this in the last Game Jam day from an unplayable mess. It's an awful disaster of code, sprites, and even some audio...## Links
[![Ludum Dare 44 Jam](https://img.shields.io/badge/ludum_dare_44-jam-%23ee5533)](https://ldjam.com/events/ludum-dare/44/slime-blood-and-pain)
[![Published on Itch.io](https://img.shields.io/badge/itch.io-published-%2390ce59)](https://steffo.itch.io/slime-blood-and-pain)## About
You are doomed to die in a randomly-generated dungeon, inhabitated by not really friendly creatures: cute slimes, some skeletons, creepy multi-eye monsters...
Luckily, you won't need to rely only on your fists: inside the dungeon you'll be able to find hearts that can heal you (and some that will poison you), and you can also improve your equipment... at a cost. A cost in blood...
## Controls
`Arrow keys` - Select a direction
`A` - Switch to Attack Mode (Attack in the selected direction)
`Escape` - Switch to Move Mode (Move in the selected direction)
`Space` - Skip a turn## Meet the cast
![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/ChMov1.png "You")
You! An adventurer stuck in the Dungeon, willing to sacrifice part of his life to slay more monsters.![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/ShopKeepah.png "Bart")
Bart, the Shopkeeper. He sells two swords... for your blood!![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/Slime.png "Slime")
A slime. Be careful! It can bite with its sharp teeth.![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/SkeletonWithArmorandSword.png "Skeleton")
Spooky scary skeletons roam the Dungeon. They wield iron swords: don't get sliced! They can also jump back a square after attacking.![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/SkeletonArcher.png "Ranger")
Some skeletons decided to wield a bow instead of a sword, and will shoot you from far away.![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/WatcherFront.png "Watcher")
The terrifying Watcher. He's a mighty foe. He can dash after attacking.## Items
![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/Heart.png "Heart")
An heart. Heals 1 HP.![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/HeartPoisoned.png "HeartPoisoned")
A poisoned heart! Damages for 1 HP.![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/WeaponSpadina.png "Sword")
This sword deals 3 damage, and can be bought... For **4** of your **Max HP**!![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/WeaponSpadone.png "Sword")
This sword deals 5 damage, but if you buy it... You will lose **10 Max HP**!## Misc
![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/VaseRandom.png "Vase")
A vase. You can break it, I guess?![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/Candle1.png "Candles")
Arcane candles. A spell protects them from destruction.![](https://media.githubusercontent.com/media/Steffo99/slime-blood-and-pain/master/Assets/Sprites/Demon.png "Demon")
A demon you aren't ever going to see. Our artist thought it looked cool, though.## Thanks to
[Steffo99](https://github.com/Steffo99/), [MaxSensei666](https://github.com/MaxSensei666/), [LBindustries](https://github.com/LBindustries/) and [Viktya](https://github.com/Viktya/)!