Bloplike
About
Bloplike
An ASCII roguelike made in one week for the 7DRL-2021.
SummaryIn this game, you build your character by gathering pieces of DNA. You will be forming chromosomes by gathering one gene of each of the two types:
- Trigger (cyan): determines when the chromosme is activated
- Effect (green): determines what happens when the chromosome is activated
Those genes are teared of blops trying to kill you. Each of them also posess chromosomes which can be activated the same manners as yours!
The goal is to defeat enemies by anticipating the chains of effects, until you find The Blopulet.
ControlsThe controls are always displayed at the top of the screen.
They are updated when the mode changes.
- You regain all your life when you go downstairs.
- Enemies drop only one gene when they die.
- You can't remove genes from your DNA. But you can override them with other genes.
- You can look at droped genes with Observation mode (Enter).
- You can look at enemies' DNA with Observation mode.
- An incomplete chromosome does nothing.
- There is no XP. You only get stronger by picking genes and items.
- OnTrigger is activated when a chromosome with a trigger other than OnTrigger is activated
- Language: TypeScript
- Library: rot.js
- Developpers: Aurélien Coussat and Maxime Chabance