https://github.com/jimli570/cplusplus-battletank
Modern C++, as in year 2021. Computes the number of possible outcomes in a game of Battletank (naive approach currently).
https://github.com/jimli570/cplusplus-battletank
cplusplus
Last synced: 3 months ago
JSON representation
Modern C++, as in year 2021. Computes the number of possible outcomes in a game of Battletank (naive approach currently).
- Host: GitHub
- URL: https://github.com/jimli570/cplusplus-battletank
- Owner: jimli570
- Created: 2021-12-20T15:25:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T12:47:47.000Z (9 months ago)
- Last Synced: 2025-01-16T23:45:04.181Z (5 months ago)
- Topics: cplusplus
- Language: C++
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My implementation of the following problem:
