Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jichi authored and jichi committed Mar 16, 2024
1 parent 4faf9f2 commit 09ac976
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# IA Lobby (Server)
IA Game Lobby Backend
==========

[![Tip Me via PayPal](https://img.shields.io/badge/paypal-donate-FF1100.svg?logo=paypal&logoColor=FF1133&style=plastic)](https://www.paypal.me/InnovAnon)

----------

## Modules

- auth: Authentication
* Generic API
* Supabase-specific reference implementation

- db: Database Mappings
* Botze-specific DBOs

- conf: Configurable Constants
* ConfigArgParse

- game: Interchangeable Business Logic
* Support 1 or more players
* Support dynamically adding/removing players
* Support turn-based and real-time games

- lobby: Core Functionality
* Manage tables

- main: Controller
* Easily run a game as a standalone client-server application

- table: Core Functionality
* Generic API
* Flask_SocketIO-specific reference implementation
* Manage users and games

----------

# InnovAnon, Inc. Proprietary (Innovations Anonymous)
> "Free Code for a Free World!"
![Corporate Logo](https://innovanon-inc.github.io/assets/images/logo.gif)

0 comments on commit 09ac976

Please sign in to comment.