Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 939 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 939 Bytes

Critters

About

Critters is a server implementation of Box Critters written entirely using TypeScript. The aim of this project is to create a server that is both fun and easy to use.

Features

  • Plugin Support (Getting there...)
  • Multiplayer support
  • A basic REST service
  • Nickname colours

Screenshot

Rest API

Critters comes with a built-in REST API service for web applications.

API Endpoints

  • POST /login : Authenticates a user account
  • POST /register : Creates a new user account
  • GET /room/:id : Returns information about a room