Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
The RubyTuesdays ConnectFour project is a 6 week coding sprint aimed at teaching industry best-practices. Each week we will focus on a different concept.


## Setup
See the wiki page: http://github.com/acanyon/RubyTuesdays-ConnectFour/wiki/Setup
## Getting Started
If you need to install Ruby & Rails, see the [setup](https://github.com/acanyon/RubyTuesdays-ConnectFour/wiki/Setup-Ruby-%28OS-X-and-Windows%29) wiki page.

Here's a [tutorial](https://github.com/acanyon/RubyTuesdays-ConnectFour/wiki/Connect-Four-Basics) to get you through the first steps of Connect Four.

And be sure to check out the other pages on the [wiki](https://github.com/acanyon/RubyTuesdays-ConnectFour/wiki)!

## License
This work is licensed under a [Creative Commons Attribution-NonCommercial 3.0 Unported License](http://creativecommons.org/licenses/by-nc/3.0/deed.en_US).
Expand Down