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

https://github.com/vextroyer/playmiserenim

A prolog script that plays the misere variant of the nim game.
https://github.com/vextroyer/playmiserenim

game haskell nim-game prolog

Last synced: about 2 months ago
JSON representation

A prolog script that plays the misere variant of the nim game.

Awesome Lists containing this project

README

          

# Play Nim

# What is this project about ?
This project is about making an engine that is capable of playing optimally the standard version of the nim game.
It provides the code of the engine and instructions on how to use it on your projects, this can be found on the engine folder.
It also provides an example application that makes use of the engine for illustrative purposes, this can be found on the examples folder.

# What is the Nim Game ?
Nim is a mathematical combinatorial game in which two players take turns removing objects from distinct heaps or piles. On each turn, a player must remove at least one object, and may remove any number of objects provided they all come from the same heap or pile.
You can read more on https://en.wikipedia.org/wiki/Nim.

# Why we made this project ? :
This project was made as an evaluation for the Declarative Programming Subject of the Computer Science Career of the University of Havana.

# Collaborators :
https://github.com/GlenRios/
https://github.com/Arcanoxxx-01/
https://github.com/Vextroyer/