enartey / TicTacToe

WebApps Class Project
1 stars 0 forks source link

index.html #24

Open enartey opened 9 years ago

enartey commented 9 years ago

file responsible for displaying UI

enartey commented 9 years ago

@skiadas I am currently drawing lines using SVG to show the board for the game. I'm thinking about creating squares in the locations where the user will be clicking to draw either an "x" or "o" per turn.

I was wondering if you have any input on how you think I should implement the board for the game or if the direction I'm heading in is correct.

skiadas commented 9 years ago

Sounds about right. Take the overall area and break it into 9 squares. Make them light up or something when the user hovers over. Draw permanent lines inbetween them. Place a big x or o in them when the user clicks. You can even animate the placement, have it "fade in" or something.

enartey commented 9 years ago

@skiadas thanks! I'll proceed with this implementation.

enartey commented 9 years ago

@skiadas are you going to be on campus tomorrow? your email did not indicate any office hours...

skiadas commented 9 years ago

I'll be in and out, but wasn't planning any official hours. Probably will be there 1-3.

enartey commented 9 years ago

@skiadas alright, I'll plan to meet with you briefly during that time. Thanks

skiadas commented 9 years ago

You know you've been GitHubing too much when you use issues to arrange a meeting.

enartey commented 9 years ago

haha ikr @skiadas