Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 593 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 593 Bytes

ArkKit

Introduction

ArkKit is a specialized game framework tailored for event-driven game development, focusing on creating engaging player versus player (PvP) tabletop minigames.

Features

  • Event-Driven Architecture: ArkKit revolves around an event-driven architecture, allowing developers to build games where interactions between players and the game world are driven by events.
  • Entity-Component-System (ECS): ArkKit adopts a hybrid event-centric and entity-component-system architecture, providing developers with a flexible and scalable approach to game development.