Skip to content
/ SplatTag Public

Player and Team database for lookup of clan tags and teams

License

Notifications You must be signed in to change notification settings

kjhf/SplatTag

Repository files navigation

SplatTag

Player and Team database for lookup of players, clan tags, and teams.

SplatTag is built for .NET Core and so can be run on Windows, macOS, Linux, and from Console.

The solution is split into 3 parts:

  • Console/UI, which can drive the SplatTagController and its database.
    • The Console is an optional basic interface and is built for .NET Core.
    • The UI is a WPF app (.NET Framework), so your mileage on other OS's may vary.
    • SplatTagAndroid is an in-dev UI for Android phones.
  • The Database, which at present is a json serializer. The database can be substituted for an actual database in the future.
  • The Core, which is the business logic for matching.

There's also unit tests, because TDD is important.

Currently supported importers

Importers can be found under SplatTagCore.Importers.

Licensing

This code is supplied with GNU General Public License v3.0.

Contact

About

Player and Team database for lookup of clan tags and teams

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages