Skip to content

Demo and practice code for the OOP Revised workshop - Connect4 game

License

Notifications You must be signed in to change notification settings

jchabsi/OOP-Workshop---Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP-Workshop---Connect4

Demo and practice code for the OOP Revised workshop

Connect4 game

This is just demo code to show some principles of the Object Oriented Paradigm
This app is not a complete app. A lot of stuff is missing or could be coded more efficiently

Game rules: https://en.wikipedia.org/wiki/Connect_Four

This is a C++ console app. It includes a Makefile for gcc compiler but it should be compiled with any c++ compiler on Linux, Windows or Mac

One alternative to setup this project is centos_7_userns_for_builds Vagrant box https://app.vagrantup.com/bf0atg/boxes/centos_7_userns_for_builds

About

Demo and practice code for the OOP Revised workshop - Connect4 game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages