DotNetNomads / UltraMafia

The first OpenSource Mafia Bot!
MIT License
10 stars 5 forks source link
bot dotnet-core hacktoberfest mafia-game telegram

UltraMafia

The first OpenSource Mafia Bot! Now only Russian version, but we are working on i8n!

General info

This repository contains Open Source implementation of "Mafia" game bot. The bot currently works with Telegram.
We plan to add other social platforms in the future.
You are welcome with your ideas and contrubutions.

Dependencies

This project depends on:

Development conventions

In progress... :)

Creating database migration

If you have new changes in models, just create new migration with a following command inside the UltraMafia.DAL project directory: dotnet ef --startup-project ../UltraMafia/ migrations add <migrationName>, where <migrationName> is the name of new migration.