Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 799 Bytes

File metadata and controls

10 lines (7 loc) · 799 Bytes

Number Poker Game Research and Development

Project Goal

The main goal of the project is to develop Core Abstractions to handle games with hidden information.

Current State

A Spring project containing GraphQL controller to run NumPok games with SelfPlay service. Three very simple AI bots are implemented at the moment: Random, Rule-Based and Fraud.

The development of Core package has just started.