tesla33io / 42_alcu

A version of a nim game with visualization

Home Page:https://en.wikipedia.org/wiki/Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42_alcu

A rush on algorithms

Game rules

  • There are two players in the game
  • One of the players is a bot
  • Bot goes first
  • On each turn player can take between 1 and 3 items
  • The player who takes the very last item loses

Board rules

  • There is a finite amount of heaps
  • Each heap can have between 1 and 10000 items only

About

A version of a nim game with visualization

https://en.wikipedia.org/wiki/Nim


Languages

Language:C 90.0%Language:Makefile 9.5%Language:Shell 0.6%