An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

        

My implementation of the following problem:

![alt text](Problem_B.png)