View Single Post
04-08-2010, 04:33 PM
#14
kurtworks is offline kurtworks
Status: I'm new around here
Join date: Apr 2010
Location:
Expertise: Programming
Software: Photoshop, Firefox, Textmate
 
Posts: 4
iTrader: 0 / 0%
 

kurtworks is on a distinguished road

  Old  Minesweeper

In my intro to PHP class, our professor had us write minesweeper.

I found there was a fair amount of logic, as well as the use of sessions, some math, etc.

I liked it as a beginner project. It got me comfortable with a lot of the essentials. POST & GET variables, sessions, error checking, calculating when a user has won/lost, multi dimensional arrays, etc etc

Reply With Quote