###Prelude
This is a blog entry for record my first personal project for Rails, and focus on what’s are first time if starting a new project From Zero To One
.
Titan's Tic Tac Toe
is my first personal app for Rails.
Website: https://tomo-tictactoe.herokuapp.com/
GitHub repo: https://github.com/tomohung/tictactoe-rails
This project is activated by Tealeaf Course 2(Rapid Prototyping with Ruby on Rails), we are asked to do a personal project by ourself. In course 1(Introduction to Ruby and Web Development), we have an optional assignment to build a game Tic Tac Toe
engine by Object-Oriented, that is, to give this game AI. I spent a lot of time to design logic, and I believe I have a good job for this. This is why I choose this subject for my personal project. And reuse my code is also a kind of DRY
way.