Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 351 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 351 Bytes

CaveCrashers

Overview

WIP - a multiplayer, turn based game where players explore a procedurally generated grid to find treasure.

Notes

Written using a DLL centric flow: all possible code is pure c#, imported to unity through DLL's. This adds a bunch of complexity in exchange for access to constructors, lightning quick tests and iteration.