You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance Delver Engine to support different types of games by providing extension points for custom player implementations and custom hud implementations.
Goals
Preserve existing player behavior.
Support a typical retro shooter style player. Think Wolfenstein/Doom.
A good potential place to wire this in would be in the data/game.dat file, that could be expanded to have fields for the Hud / Game that could be switched out with different classes if there was a stub interface that the Delver specific huds / game could implement. It might make sense to move the player in here as well, instead of there being a data/player.dat file.
Summary
Enhance Delver Engine to support different types of games by providing extension points for custom player implementations and custom hud implementations.
Goals
Child Issues
The text was updated successfully, but these errors were encountered: