AcevedoR / AcevedoR/outplant

Engine is having too many responsabilities

Open
#73 0 comments 0 reactions 0 assignees View on GitHub
engine
Dominant language
TypeScript
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

We are thinking `engine.rs` is have too many responsabilities.

Game parameters should be a separate responsability (color choice, language..)

Time to refactor !

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue only points to `engine.rs`, so start by reading that file and locating where game parameters (color choice, language, etc.) are owned or managed. Follow the call paths that construct engine state and consume these parameters to find a clean seam for a separate game-parameter module/responsibility. Update those entry points to delegate parameter ownership, then run the repository’s normal test/build verification to confirm behavior is unchanged and the refactor is complete when `engine.rs` is no longer responsible for those settings.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
backend
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.