Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 538 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 538 Bytes

clonecraft-webapi

CloneCraft WebAPI implementation seed

This project implements the required API to create a CloneCraft bot.

My objectives for this repo include:

  • Mess around with convention based inversion of control
  • Create a clean, easy to understand architecture
  • Reduce the required bootstrapping phase for bot implementors as much as possible

** Repo notes **