IonicWind Software

Aurora Compiler => 2D Graphics => Topic started by: SMartin on January 29, 2007, 09:30:04 PM

Title: Minesweeper Clone Squared
Post by: SMartin on January 29, 2007, 09:30:04 PM
Here's an Aurora port of a minesweeper clone I did in Emergence.
Ended up being a nice way to start out learing a little about Aurora.

I'm looking forward to digging in a little deeper into Aurora.

S. Martin...

Plugged memory leaks in original program caused by the fact that I was not releasing items created with New(,).
The form object is now Deleted as Sub main exits. Icon, Images and cursors no longer created using New(,).