https://github.com/cailllev/puntopp
Punto the Game (but in c++)
https://github.com/cailllev/puntopp
Last synced: over 1 year ago
JSON representation
Punto the Game (but in c++)
- Host: GitHub
- URL: https://github.com/cailllev/puntopp
- Owner: cailllev
- License: gpl-3.0
- Created: 2022-01-21T14:06:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T00:03:14.000Z (over 4 years ago)
- Last Synced: 2025-01-23T16:30:05.525Z (over 1 year ago)
- Language: C++
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PuntoPP
Punto the Game (but in c++)
# TODO
- add mutlithreading (maybe 1 thread per possible top level play in get_best_plays)
- implement secure random (maybe libsodium)
- add check in heuristic for "impossible lines", i.e. when opponents card >= highest own card
- add checks for all remaning cards, not only avg card?
- https://stackoverflow.com/questions/6261201/how-to-find-memory-leak-in-a-c-code-project