Skip to content

ngkolev/connectfour

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

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