Skip to content
/ risk Public

Repo for risk and risk like games and for building and testing AI

License

Notifications You must be signed in to change notification settings

alexdawn/risk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.7 Python package Coverage Status GitHub last commit GitHub issues GitHub

Readme

This is a python script for AI to play and learn the game RISK, and variants of the game.

It has some basic heurstic AI as well as:

  • Greedy
  • Minimax

The board can be displayed using Graphviz

References

Risk Application

Source of a lot of useful references from https://github.com/ZeyadZanaty/risk-game-ai/blob/master/RISK.pdf

Other turn based strategy games

Computing algorithms

minimax alpha-beta pruning https://www.hackerearth.com/blog/developers/minimax-algorithm-alpha-beta-pruning/

Releases

No releases published

Packages

No packages published