Skip to content

ngkolev/connectfour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connectfour

connectfour is my project for Ruby course in the University of Sofia. Connect four is simple two-player game.

Project goals

  • AI - computer player using negamax alpha-beta pruning
  • UI - two user interfaces. One using rubygame and another one using shell
  • Game serialization - in-memory, file-based, SQLite, MongoDB
  • BDD - using rspec
  • Good OOP design
  • Good code quality
  • External configuration file - external YAML configuration file

Copyright

Copyright (c) 2012 Nikolay Kolev

About

Connect Four game with AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages