kiigame / kiigame/adventure_engine

Track which interactions and examinations the player has done

Open
#45 1 comment 0 reactions 0 assignees View on GitHub
features
Dominant language
JavaScript
Stars
1
Forks
6
Avg merge
2m
Merged PRs (30d)
4

Description

Store all the interactions and examinations the player has done into a list, ordered by time.

Could be used for e.g. a hint system - if the player has seen this and done that but not solved this puzzle, clicking on the player character gives a hint towards the solution.

Makes the feature set of the engine more complex, though.

Requires #17

Might be useful for data gathering about playing of the game. For example, do players see some (optional) content that they're expected to find?

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. First review issue #17 and decide how interactions and examinations should be represented and recorded; the work is done when the player's actions are stored in time order for later hint or play-data use.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
game-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.