Dark Rift
SUMMARY
- Role: Sole Programmer
- Status: In Development
- Team members: 4
- Duration: In Progress
- Genre: Card Game
- Engine: Unity
Description
You challenge the realm in a game of rock paper scissors... But with effects. Imagine buckshot roulette but with Rock Paper Scissors!
My Contribution
The sole programmer for the game, designing the code-base architecture.
- Turn System: Different phases between each round. (Segmented for ease of control)
- Gameplay: Controls, Game flow.
- AI Player: Decision-making AI based on statistical models (random, bayesian, markov-model).
- Save System: Saves player progress, game progress, player loadout (Newtonsoft JSON).
- Loadout System: Allows player and AI to equip different effects and execute them.
- UI: Scene, Menu, Settings, Gameplay HUD, Level Selection, Reward Distribution, Tooltip, Stats, Inspect.
- Components: Health, Damage, Choice, Inspect.