Nieuws

marble-nim-game A Python command-line Nim game with red and blue marbles, supporting standard and misère play modes and AI vs. human gameplay.
Nim’s syntax is strongly reminiscent of Python’s, as it uses indented code blocks and some of the same syntax (such as the way if/elif/then/else blocks are constructed). Like Go or Rust, it ...
The developers of the Nim programming language have released version 1.0, promising programmers a "stable base" for their code that won't be broken by future versions of Nim.
NIM GAME AI A supervised learning AI for the classic Nim game implemented in Python using Keras and a simple GUI with Tkinter.