EXCEEDS logo
Exceeds
Tarasios

PROFILE

Tarasios

Worked on the ParadigmsW24/Paradigms-Class-Project repository to enhance real-time multiplayer game functionality using Elixir and the Phoenix Framework. Replaced a mock server with Phoenix PubSub for reliable, real-time game state broadcasting, enabling clients to subscribe to updates and improving state synchronization. Refactored the combat system by introducing a knight unit type and implementing logic to distinguish allies from enemies, preventing friendly fire and refining gameplay balance. Simplified internal architecture by removing a custom registry in favor of global process registration keyed by match identifiers. Focused on backend development, process management, and GenServer to improve maintainability and scalability.

Overall Statistics

Feature vs Bugs

100%Features

Repository Contributions

4Total
Bugs
0
Commits
4
Features
3
Lines of code
213
Activity Months1

Work History

December 2024

4 Commits • 3 Features

Dec 1, 2024

December 2024 monthly summary: Implemented real-time PubSub-based game state broadcasting to replace a mock server, improved combat system with Knight unit type and ally/enemy differentiation, and simplified internal architecture via global process registration. These changes delivered real-time, reliable state synchronization, enhanced gameplay balance, and reduced architectural complexity for easier maintenance and scaling.

Activity

Loading activity data...

Quality Metrics

Correctness80.0%
Maintainability85.0%
Architecture80.0%
Performance80.0%
AI Usage20.0%

Skills & Technologies

Programming Languages

Elixir

Technical Skills

Backend DevelopmentGame DevelopmentGenServerObject-Oriented ProgrammingPhoenix FrameworkProcess ManagementPubSub

Repositories Contributed To

1 repo

Overview of all repositories you've contributed to across your timeline

ParadigmsW24/Paradigms-Class-Project

Dec 2024 Dec 2024
1 Month active

Languages Used

Elixir

Technical Skills

Backend DevelopmentGame DevelopmentGenServerObject-Oriented ProgrammingPhoenix FrameworkProcess Management