How to structure a bigger/complicated project?

Posted by Per on Stack Overflow See other posts from Stack Overflow or by Per
Published on 2009-09-25T13:57:51Z Indexed on 2010/04/21 8:03 UTC
Read the original article Hit count: 160

Filed under:
|

Hello, I'm creating this (big?) project in high school where I'm programming the game Shithead (card game) (so that two people can play against eachother). I'll use mostly PHP, MySQL, JavaScript and Ajax.

But I have never made a project like this before. I have only made like CMS-systems and so on. Do you guys have any tips on how I should structure this project?

I'm also not so used to Object-oriented programming, but I guess I should consider this. Should I, for example, make a class for the cards? I'm very thankful for any tips or good links!

© Stack Overflow or respective owner

Related posts about php

Related posts about oop