Skip to content

Game scorer in Python that leverages OpenAI's GPT model to keep track of players' score

License

Notifications You must be signed in to change notification settings

grnarayanan/auto-game-scorer

Repository files navigation

auto-game-scorer

Game scorer in Python that leverages OpenAI's GPT to keep track of players' score

License GitHub issues

Overview

Game scorer offers a simple and effective way of alleviating the need to keep track of the score for a round-based board or card game. No longer do you need to use a piece of paper and calculator to keep score in game of Uno! The user inputs the game to be played, the number of players, and player names. Each round, the user types in what happened in plain english (which players gained/lost points, etc.) An output table with the total score and per round score is produced and displayed for each round.

About

Game scorer in Python that leverages OpenAI's GPT model to keep track of players' score

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published