Skip to content

This is a simple REVERSI game server. It contains an example of writing game-playing AI agent. People can try to write their own to beat this primitive one.

Notifications You must be signed in to change notification settings

korobool/reversid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reversid

Purpose: Provide a way to compete in writing game playing algorithms for students.

This is a simple REVERSI game server. It contains an example of writing game-playing AI agent. People can try to write their own playing bot to beat this primitive one.

You can use simple techniques like comparison of single layer. It is acceptable to describe hand-written strategies. Also you can consider the set of key words to read about : contraversal game, minimax, Alpha–beta pruning.

Some good recomendations and reading are available in "Artificial Intelligence: A Modern Approach" book by Stuart Russell and Peter Norvig and here

http://inst.eecs.berkeley.edu/~cs188/fa10/slides/FA10%20cs188%20lecture%207%20--%20expectimax%20search%20(2PP).pdf

Wikipedia contains a lot of good articles from this fiaeld.

About

This is a simple REVERSI game server. It contains an example of writing game-playing AI agent. People can try to write their own to beat this primitive one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages