Mikolaj Konarski

Results 215 issues of Mikolaj Konarski

Also, don't mark such rooms with `>` in the display (only leave the special mark for places that are supposed to be present, but didn't (yet) appear in this game...

self-contained
medium
help wanted
good first issue

E.g., poisons should not be effective against robots and special health elixirs should only work on humans. Restricting them to factions won't work a human faction may dominate and control...

self-contained
medium
help wanted
brainstorm

Let stupid monsters (animals?) chase slow enough projectiles (arrows are probably borderline) in preference to heroes or just on first-spotted basis.

self-contained
medium
help wanted

We'd need to extend `Caves` from `Game.LambdaHack.Content.ModeKind` to include a specification of the dungeon graph (what kind of graph specification to use?) and then extend dungeon generation. Matching stairs is...

self-contained
medium
help wanted

https://github.com/LambdaHack/LambdaHack/blob/v0.9.5.0/engine-src/Game/LambdaHack/Client/State.hs#L39 The newtype probably needs to be fully transparent, because the epsilon is used and created in many ways that are not easy to capture in a few combinators. The...

self-contained
easy
code smell
help wanted
good first issue

Currently, `findPathBfs` avoids, if possible, tiles that have higher altering skill needed to open them (assuming the opening takes time and may also have some risky effects). However, water tiles...

self-contained
hard
help wanted
brainstorm

Sometimes corridor joins with a room as follows ############### ######## # # ## +# # # # ######## # # ## ############### Sometimes there is a door, sometimes just a...

self-contained
medium
help wanted
good first issue

This issue is not hard, but there is a lot of work to do and it may not be easy to delineate small independent steps to perform it in. Also,...

medium
code smell
help wanted

It's debatable whether levels, at least the ones not visited, should be stored like that even during gameplay, not only in savefiles. This should be almost self-contained, but if unvisited...

self-contained
hard
optimization
help wanted
brainstorm

[#haskell-game] uhoh, killing the window before the first ESC after main menu 'x' creates a corrupted game (the UI client's savefile is not saved until all ESC are pressed, while...

self-contained
easy
correctness
help wanted