All Projects → NemeStats → NemeStats

NemeStats / NemeStats

Licence: GPL-3.0 license
NemeStats is a completely free website for tracking board games played among a relatively stable group of players.

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
API Blueprint
66 projects
powershell
5483 projects

Projects that are alternatives of or similar to NemeStats

obb-rules
Orion's Belt BattleGrounds battle engine
Stars: ✭ 13 (-69.77%)
Mutual labels:  board-game, games
shiromino
A fast-paced puzzle game with roots in the arcade.
Stars: ✭ 28 (-34.88%)
Mutual labels:  games
Steam-Server-Manager
PowerShell Steam Server Manager
Stars: ✭ 33 (-23.26%)
Mutual labels:  games
shogi-rs
A Bitboard-based shogi library in Rust. Board representation, move generation/validation and time control utilities.
Stars: ✭ 39 (-9.3%)
Mutual labels:  board-game
psobbaddonplugin
Phantasy Star Online Blue Burst Addon Plugin
Stars: ✭ 17 (-60.47%)
Mutual labels:  games
binarium
Binarium cryptocurrency is the first one protected from ASICs
Stars: ✭ 14 (-67.44%)
Mutual labels:  games
Fruit-API
A Universal Deep Reinforcement Learning Framework
Stars: ✭ 61 (+41.86%)
Mutual labels:  games
MultiGame
MultiGame is a tool for rapid development in Unity
Stars: ✭ 16 (-62.79%)
Mutual labels:  games
digbot
DigBot is a custom made Discord bot for the DIG gaming community
Stars: ✭ 13 (-69.77%)
Mutual labels:  games
deerportal
Full of the diamonds 💎 board game driven by a 🦌 Deer 🦌 god and classical elements 🔥 💦 💨 🌍
Stars: ✭ 31 (-27.91%)
Mutual labels:  board-game
source-engine-model-loader
Three.js loader for parsing Valve's Source Engine models
Stars: ✭ 54 (+25.58%)
Mutual labels:  games
jsynchronous
Jsynchronous.js - Data synchronization for games and real-time web apps.
Stars: ✭ 111 (+158.14%)
Mutual labels:  games
eug
Modding tools for Paradox games including Europa Universalis IV and Crusader Kings II
Stars: ✭ 36 (-16.28%)
Mutual labels:  games
SpaceAlertMissionGenerator
Mission Generator For Space Alert Board Game On Android
Stars: ✭ 15 (-65.12%)
Mutual labels:  board-game
quinto
a board game lost to the sands of time
Stars: ✭ 27 (-37.21%)
Mutual labels:  board-game
immutable-gametree
An immutable game tree data type.
Stars: ✭ 18 (-58.14%)
Mutual labels:  board-game
boardgame-socketplayer
A generic board game socket client
Stars: ✭ 21 (-51.16%)
Mutual labels:  board-game
valorant.py
Complete Python interface for the Valorant API. Works right out of the box!
Stars: ✭ 84 (+95.35%)
Mutual labels:  games
quakejs
Fork of inolen/quakejs with additonal content server, local play page, and start-stop script
Stars: ✭ 79 (+83.72%)
Mutual labels:  games
TMS9918A
TMS9918A video card for RC2014
Stars: ✭ 104 (+141.86%)
Mutual labels:  games

Stories in Ready NemeStats Build status Code Triagers Badge

NemeStats.com was created as a fun and completely free website for tracking games played and won among a fairly stable group of players. Recording your games will reveal each player's Nemesis (and their Minions), will assign Champions to games (and other badges), will award Achievements and will provide many other interesting statistics.

NemeStats has a full-featured REST API which you are completely entitled to use as a back-end for your own site or application. The API is currently at version 2. For more information on the REST API, check out the Apiary documentation.

The site is actively being developed by a number off contributors. The code base is being constantly refactored in an effort to maintain a clean and sustainable project. We encourage constructive feedback, feature requests, or even pull requests if you'd like to add a feature yourself (but please TDD or at least unit test it :)).

The following GitHub projects and corresponding NuGet packages were spawned as a result of building NemeStats.com:

  • Universal Analytics for DotNet - This is a .NET wrapper over Google's Universal Analytics Measurement Protocol and is used to push custom events to Universal Analytics from the server side.
  • Versioned REST API - This simple project allows us to easily handle versioning of the REST API via the url (e.g. /api/v2/Players).

If you are interested in contributing, check out the contributors readme

Catch us @nemestats or @jakejgordon on Twitter, or via [email protected].

Manually Regenerating Sitemaps

To manually regenerate sitemap.xml files, run the RegenerateSitemapsIntegrationTests.It_Regenerates_All_Of_The_Sitemaps_And_The_Sitemap_Index_Files() integration test with the BusinessLogic.Tests app.config pointed to the production database. Files will be placed in the designated location from the app.config sitemapLocationFilePath app setting. These files then need to be copied into the Web.UI/sitemaps/ folder to overwrite that is there. Make sure you don't check in the production database connection string!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].