An NBA game predictor that uses a rule based and fuzzy logic system AI.
Rule based system is implemented by receiving NBA statistics from a web API in JSON format, then determining the superior team through an if statement based score system.
The fuzzy logic system uses Fuzzy-Logic-Sharp library by David Grupp and outputs a game score prediction depending on the RBS output.